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

Remove alpha 3.11 Actions test

It is failing in the pip install stage, on lxml.
This commit is contained in:
David Steele 2022-01-17 13:14:44 -05:00
parent cceec6137d
commit 144e2a2258

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", "3.11.0-alpha.4"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- name: Check out
uses: actions/checkout@v2