Temorarily remove pypy-3.10 test because of msgspc

This commit is contained in:
deajan 2024-09-15 21:25:36 +02:00
parent 6292b7f713
commit ac37b0df29

View file

@ -12,7 +12,9 @@ jobs:
# Python 3.3 and 3.4 have been removed since github won't provide these anymore
# As of 2023/01/09, we have removed python 3.5 and 3.6 as they don't work anymore with linux on github
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
# As of 2024/09/15, we have (temporarily) removed 'pypy-3.10' since msgspec won't compile properly
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8']
steps:
- uses: actions/checkout@v3