Skip to content

Commit 085dc05

Browse files
authored
Prepare release 3.0.1 (#99)
1 parent ab14aed commit 085dc05

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev']
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1717

1818
steps:
1919
- uses: actions/checkout@v3

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
3.0.1 (in development)
2-
----------------------
1+
3.0.1 (17 June 2025)
2+
--------------------
33

44
* Drop Python 3.7 and 3.8 support.
55

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1a0
1+
3.0.1

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ def readfile(filename):
3232
"Operating System :: OS Independent",
3333
"Programming Language :: Python",
3434
"Programming Language :: Python :: 3",
35-
"Programming Language :: Python :: 3.7",
36-
"Programming Language :: Python :: 3.8",
3735
"Programming Language :: Python :: 3.9",
3836
"Programming Language :: Python :: 3.10",
3937
"Programming Language :: Python :: 3.11",
4038
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
4140
"Topic :: Text Processing :: Markup :: LaTeX",
4241
"Topic :: Text Processing :: Filters",
4342
],

0 commit comments

Comments
 (0)