1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

Merge pull request #152 from venthur/3.12

added python 3.12 to test suite
This commit is contained in:
Bastian Venthur
2023-10-30 08:54:02 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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