Skip to content

Commit 49fbe4c

Browse files
Test with prerelease Python
1 parent cedd253 commit 49fbe4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
17+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1818

1919
name: Python ${{ matrix.python-version }}
2020
steps:
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
allow-prereleases: true
2829

2930

3031
- name: Install poetry

pythonanywhere_core/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"3.11": "python311",
1515
"3.12": "python312",
1616
"3.13": "python313",
17+
"3.14": "python314",
1718
}
1819

1920

0 commit comments

Comments
 (0)