Skip to content

Commit a41f42b

Browse files
authored
Merge pull request #1216 from wright-group/py314
v3.6.1
2 parents 2a82675 + cd02a4b commit a41f42b

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8-
## Changed
8+
## [3.6.1]
9+
10+
### Changed
911
- local version identifier uses only ASCII letters/numbers and periods (PEP 440)
12+
- actively supporting python 3.11-3.14
1013
- `Data.create_constant`: allow kwargs to be passed to the constant creation
1114

1215
## [3.6.0]
@@ -434,8 +437,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
434437
### Added
435438
- initial release
436439

437-
[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.6.0...master
438-
[3.6.0]: https://github.com/wright-group/WrightTools/-/compare/3.5.5...3.6.0
440+
[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.6.1...master
441+
[3.6.1]: https://github.com/wright-group/WrightTools/compare/3.6.0...3.6.1
442+
[3.6.0]: https://github.com/wright-group/WrightTools/compare/3.5.5...3.6.0
439443
[3.5.5]: https://github.com/wright-group/WrightTools/compare/3.5.3...3.5.5
440444
[3.5.4]: https://github.com/wright-group/WrightTools/compare/3.5.3...3.5.4
441445
[3.5.3]: https://github.com/wright-group/WrightTools/compare/3.5.2...3.5.3

WrightTools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
3.6.1

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)