mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-10 21:48:22 +08:00
tests: Remove python 3.7 from linux test matrix
This commit is contained in:
parent
990722f9f7
commit
a7a1928271
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linux.yaml
vendored
6
.github/workflows/linux.yaml
vendored
|
@ -10,11 +10,11 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
# 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/01/09, we have removed python 3.5 and 3.6 as they don't work anymore with linux on github actions
|
||||
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
|
||||
|
||||
# As of 2024/09/15, we have (temporarily) removed 'pypy-3.10' and 'pypy-3.8' since msgspec won't compile properly
|
||||
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
|
||||
# As of 2024/12/24, we have remove python 3.7 as they don't work anymore with linux on github actions
|
||||
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue