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 ea811de commit c7a4ad2Copy full SHA for c7a4ad2
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
python-version: ["3.11"]
21
- node-version: ["18.x"]
+ node-version: ["20.x"]
22
23
steps:
24
- uses: actions/checkout@v3
setup.py
@@ -25,6 +25,7 @@ def readfile(filename):
25
'Programming Language :: Python :: 3.10',
26
'Programming Language :: Python :: 3.11',
27
'Programming Language :: Python :: 3.12',
28
+ 'Programming Language :: Python :: 3.13',
29
'Framework :: Django',
30
'Framework :: Django :: 4.2',
31
'Framework :: Django :: 5.0',
0 commit comments