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

Update CI test python versions

This commit is contained in:
David Steele 2022-09-21 10:29:59 -04:00
parent 144e2a2258
commit 67f10d8a50

View file

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