Don't try to run on Python 3.5

This commit is contained in:
Orsiris de Jong 2024-01-01 22:39:06 +01:00
parent bbfad1e64a
commit 7d650412b5
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ 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']
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
steps:
- uses: actions/checkout@v3

View file

@ -16,7 +16,7 @@ jobs:
os: [windows-latest]
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
# Don't test on pypy since we don't have pywin32
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3