Skip to content

Commit b94918f

Browse files
committed
add python 3.14
1 parent 3b2ebea commit b94918f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ classifiers = [
4545
"Programming Language :: Python :: 3.11",
4646
"Programming Language :: Python :: 3.12",
4747
"Programming Language :: Python :: 3.13",
48+
"Programming Language :: Python :: 3.14",
4849
"Topic :: Scientific/Engineering :: Physics",
4950
]
5051

0 commit comments

Comments
 (0)