Skip to content

Commit fac3808

Browse files
committed
drop 3.8 support, add 3.13
1 parent cf65a4d commit fac3808

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525
os: ["ubuntu-latest", "macos-latest"]
2626
steps:
2727
- uses: actions/setup-python@v4

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.17.4
2+
- Drop support for Python 3.8, add support for 3.13
3+
14
# 3.17.3
25
- Fix bug in JWT generator
36

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
classifiers=[
3333
"Programming Language :: Python",
3434
"Programming Language :: Python :: 3",
35-
"Programming Language :: Python :: 3.8",
3635
"Programming Language :: Python :: 3.9",
3736
"Programming Language :: Python :: 3.10",
3837
"Programming Language :: Python :: 3.11",
3938
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
4040
],
4141
)

0 commit comments

Comments
 (0)