We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64be0dd commit 5d86471Copy full SHA for 5d86471
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [windows-latest, ubuntu-latest, macos-latest]
20
- python-version: [3.11, 3.12, 3.13]
+ python-version: [3.12, 3.13, 3.14]
21
steps:
22
- uses: actions/checkout@v5
23
with:
pyproject.toml
@@ -11,9 +11,9 @@ classifiers = [
11
'Intended Audience :: Science/Research',
12
'Programming Language :: Python',
13
'Programming Language :: Python :: 3',
14
- 'Programming Language :: Python :: 3.11',
15
'Programming Language :: Python :: 3.12',
16
'Programming Language :: Python :: 3.13',
+ 'Programming Language :: Python :: 3.14',
'Topic :: Scientific/Engineering',
]
keywords = [
0 commit comments