Test on Python 3.12

This commit is contained in:
Roman Zeyde
2023-08-19 15:27:48 +03:00
parent 3284447d1c
commit 064eb52055

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
steps:
- uses: actions/checkout@v2