Skip to content

Commit 93d0890

Browse files
committed
add python3.14
1 parent 61aa859 commit 93d0890

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: [3.11, 3.12, 3.13]
15+
python-version: [3.11, 3.12, 3.13, 3.14]
1616

1717
steps:
1818
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
77

88
## Changed
99
- local version identifier uses only ASCII letters/numbers and periods (PEP 440)
10+
- actively supporting python 3.11-3.14
1011

1112
## [3.6.0]
1213

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: 3.13",
34+
"Programming Language :: Python :: 3.14",
3435
"Topic :: Scientific/Engineering",
3536
]
3637
keywords = ["spectroscopy", "science", "multidimensional", "visualization"]

0 commit comments

Comments
 (0)