forked from github.com/blag
Merge pull request #152 from venthur/3.12
added python 3.12 to test suite
This commit is contained in:
1
.github/workflows/python-package.yaml
vendored
1
.github/workflows/python-package.yaml
vendored
@@ -21,6 +21,7 @@ jobs:
|
|||||||
- "3.9"
|
- "3.9"
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
|
- "3.12"
|
||||||
exclude:
|
exclude:
|
||||||
# 3.8 on windows fails due to some pip issue
|
# 3.8 on windows fails due to some pip issue
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
* switched from flake8 to ruff
|
* switched from flake8 to ruff
|
||||||
* added missing docstrings
|
* added missing docstrings
|
||||||
* fixed dev requirements in pyproject, still pointing to sphinx
|
* fixed dev requirements in pyproject, still pointing to sphinx
|
||||||
|
* added Python3.12 to test suite
|
||||||
|
|
||||||
## [2.1.0] -- 2023-08-27
|
## [2.1.0] -- 2023-08-27
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user