mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2026-01-23 01:16:17 +00:00
Reduce test matrix to just the oldest and newest Python versions
Testing the versions in between doesn't really bring much benefit, and it becomes impractical when the range of supported versions grows.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -10,12 +10,6 @@ jobs:
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3.6"
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3.7"
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3.8"
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3.9"
|
||||
|
||||
Reference in New Issue
Block a user