Skip to content

Commit 5d86471

Browse files
authored
CI: Add Python 3.14, drop 3.11 (#820)
1 parent 64be0dd commit 5d86471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [windows-latest, ubuntu-latest, macos-latest]
20-
python-version: [3.11, 3.12, 3.13]
20+
python-version: [3.12, 3.13, 3.14]
2121
steps:
2222
- uses: actions/checkout@v5
2323
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ classifiers = [
1111
'Intended Audience :: Science/Research',
1212
'Programming Language :: Python',
1313
'Programming Language :: Python :: 3',
14-
'Programming Language :: Python :: 3.11',
1514
'Programming Language :: Python :: 3.12',
1615
'Programming Language :: Python :: 3.13',
16+
'Programming Language :: Python :: 3.14',
1717
'Topic :: Scientific/Engineering',
1818
]
1919
keywords = [

0 commit comments

Comments
 (0)