We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0839747 commit b17e51dCopy full SHA for b17e51d
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
- "3.10"
17
- "3.11"
18
- "3.12"
19
+ - "3.13"
20
tox-env:
21
- "dj42" # LTS
22
- "dj50"
@@ -56,10 +57,10 @@ jobs:
56
57
steps:
58
- uses: actions/checkout@v4
59
- - name: Set up Python 3.12
60
+ - name: Set up Python 3.13
61
uses: actions/setup-python@v5
62
with:
- python-version: '3.12'
63
+ python-version: '3.13'
64
65
- name: Install tox and flake8 packages
66
run: pip install tox tox-gh-actions flake8
setup.py
@@ -22,6 +22,7 @@
"Programming Language :: Python :: 3.10",
23
"Programming Language :: Python :: 3.11",
24
"Programming Language :: Python :: 3.12",
25
+ "Programming Language :: Python :: 3.13",
26
]
27
28
0 commit comments