forked from github.com/blag
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.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
exclude:
|
||||
# 3.8 on windows fails due to some pip issue
|
||||
- os: windows-latest
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
* switched from flake8 to ruff
|
||||
* added missing docstrings
|
||||
* fixed dev requirements in pyproject, still pointing to sphinx
|
||||
* added Python3.12 to test suite
|
||||
|
||||
## [2.1.0] -- 2023-08-27
|
||||
|
||||
|
||||
Reference in New Issue
Block a user