Skip to content

Commit 9588fe2

Browse files
authored
Merge pull request #364 from fooof-tools/py314
[MNT] - Add py3.14 testing
2 parents e184181 + b8311e8 commit 9588fe2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

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

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'Programming Language :: Python :: 3.11',
4747
'Programming Language :: Python :: 3.12',
4848
'Programming Language :: Python :: 3.13',
49+
'Programming Language :: Python :: 3.14',
4950
],
5051
platforms = 'any',
5152
project_urls = {

0 commit comments

Comments
 (0)