We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2231e5 commit 80d55cbCopy full SHA for 80d55cb
.github/workflows/python-package.yaml
@@ -21,6 +21,7 @@ jobs:
21
- "3.10"
22
- "3.11"
23
- "3.12"
24
+ - "3.13"
25
26
steps:
27
- uses: actions/checkout@v4
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## [unreleased]
4
5
+* Added Python 3.13 to github ci
6
* Updated pyproject.toml to comply with latest setuptools recommendation:
7
* Removed License Classifier
8
* Use license-files to point to LICENSE file
0 commit comments