Add Python 3.12 build (#85)

* Add Python 3.12 build

* Update typing extensions

* Remove Python 3.7
This commit is contained in:
offa
2023-12-31 04:02:53 +00:00
committed by GitHub
parent 8cc05adcf4
commit 9529df5d68
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-22.04, windows-2022]
steps:
- name: Checkout