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

Remove python 3.12 alpha from CI tests

There is an error, only for this test, complaining of a missing libxml2
and libxlst (because Cython is missing?). It is still early in the 3.12
release process.
This commit is contained in:
David Steele 2022-11-20 12:46:33 -05:00
parent 9373bb4702
commit 6bd9703755

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