Skip to content

Commit 9483e52

Browse files
committed
Add support for Python 3.13
1 parent 8088dfa commit 9483e52

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "3.10"
1717
- "3.11"
1818
- "3.12"
19+
- "3.13"
1920
tox-env:
2021
- "dj42" # LTS
2122
- "dj50"
@@ -56,10 +57,10 @@ jobs:
5657
steps:
5758
- uses: actions/checkout@v4
5859

59-
- name: Set up Python 3.12
60+
- name: Set up Python 3.13
6061
uses: actions/setup-python@v5
6162
with:
62-
python-version: '3.12'
63+
python-version: '3.13'
6364

6465
- name: Install tox and flake8 packages
6566
run: pip install tox tox-gh-actions flake8

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
]
2627

2728

0 commit comments

Comments
 (0)