Compare commits

...

1 Commits
v1.15.6 ... ci

Author SHA1 Message Date
Roman Zeyde
064eb52055 Test on Python 3.12 2023-08-19 15:27:48 +03:00

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