Skip to content

Commit a9d4a1b

Browse files
committed
Extend CI matrix to Python 3.14
1 parent 892add6 commit a9d4a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-22.04]
50-
python-version: ["3.10", "3.11", "3.12", "3.13"]
50+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5151
steps:
5252
- uses: actions/checkout@v5
5353
- name: Set up Python

0 commit comments

Comments
 (0)