Skip to content

Commit c7a4ad2

Browse files
committed
use Node 20 for building
1 parent ea811de commit c7a4ad2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: ["3.11"]
21-
node-version: ["18.x"]
21+
node-version: ["20.x"]
2222

2323
steps:
2424
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def readfile(filename):
2525
'Programming Language :: Python :: 3.10',
2626
'Programming Language :: Python :: 3.11',
2727
'Programming Language :: Python :: 3.12',
28+
'Programming Language :: Python :: 3.13',
2829
'Framework :: Django',
2930
'Framework :: Django :: 4.2',
3031
'Framework :: Django :: 5.0',

0 commit comments

Comments
 (0)