Skip to content

Commit 18a377a

Browse files
Adds python 3.13. by Piotr and Filip
1 parent 26b9fff commit 18a377a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
10+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
1111

1212
name: Python ${{ matrix.python-version }}
1313
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ classifiers = [
1010
"Intended Audience :: Developers",
1111
"Topic :: Software Development :: Libraries",
1212
"License :: OSI Approved :: MIT License",
13+
"Programming Language :: Python :: 3.13",
1314
"Programming Language :: Python :: 3.12",
1415
"Programming Language :: Python :: 3.11",
1516
"Programming Language :: Python :: 3.10",

pythonanywhere_core/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"3.9": "python39",
1313
"3.10": "python310",
1414
"3.11": "python311",
15+
"3.12": "python312",
16+
"3.13": "python313",
1517
}
1618

1719

0 commit comments

Comments
 (0)