Skip to content

Commit 80d55cb

Browse files
committed
added python 3.13 to github ci
1 parent e2231e5 commit 80d55cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/python-package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- "3.10"
2222
- "3.11"
2323
- "3.12"
24+
- "3.13"
2425

2526
steps:
2627
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [unreleased]
44

5+
* Added Python 3.13 to github ci
56
* Updated pyproject.toml to comply with latest setuptools recommendation:
67
* Removed License Classifier
78
* Use license-files to point to LICENSE file

0 commit comments

Comments
 (0)