mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 05:01:13 +08:00
Drop python 3.6 and pypy tests
This commit is contained in:
parent
2227ed40f9
commit
a2008652f8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux.yaml
vendored
2
.github/workflows/linux.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
# 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", 'pypy-3.6', 'pypy-3.7']
|
||||
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
|
@ -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.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
|
||||
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue