Skip to content

Commit 72bdfeb

Browse files
committed
Remove EOL Python tests, so that we can use list[] 3.9 type syntax
1 parent 2457a95 commit 72bdfeb

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/run_tests_hooks_and_tools.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -30,40 +30,6 @@ jobs:
3030
run: |
3131
pylint --disable=R,C test_shapefile.py
3232
33-
test_on_EOL_Pythons:
34-
continue-on-error: true
35-
strategy:
36-
fail-fast: false
37-
matrix:
38-
python-version: [
39-
"3.6",
40-
"3.7",
41-
"3.8",
42-
]
43-
44-
runs-on: ubuntu-latest
45-
container:
46-
image: python:${{ matrix.python-version }}
47-
48-
steps:
49-
- uses: actions/checkout@v4
50-
with:
51-
path: ./Pyshp
52-
53-
- name: Non-network tests
54-
uses: ./Pyshp/.github/actions/test
55-
with:
56-
pyshp_repo_directory: ./Pyshp
57-
python-version: ${{ matrix.python-version }}
58-
59-
- name: Network tests
60-
uses: ./Pyshp/.github/actions/test
61-
with:
62-
extra_args: '-m network'
63-
replace_remote_urls_with_localhost: 'yes'
64-
pyshp_repo_directory: ./Pyshp
65-
python-version: ${{ matrix.python-version }}
66-
6733
test_on_supported_Pythons:
6834
strategy:
6935
fail-fast: false

0 commit comments

Comments
 (0)