1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 05:48:35 +00:00

Update GitHub CI tests for 3.12-alpha existence

This commit is contained in:
David Steele 2022-11-20 11:56:51 -05:00
parent ec6739b75f
commit f25316fd21

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-alpha - 3.11.0"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-alpha - 3.12"]
steps:
- name: Check out
uses: actions/checkout@v2