Support Python 3.11 (#69)

This commit is contained in:
Regen
2023-01-08 21:21:44 +09:00
committed by GitHub
parent a28d3803ad
commit 60c376a5fd
2 changed files with 3 additions and 2 deletions

View File

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