Skip to content

Commit ca0b64c

Browse files
Temporarily comment out GitHub Actions for older versions of Python
Want to make it fully pass at least once, to have easy-access to code completion.
1 parent a39a4bb commit ca0b64c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
# Need to run this after tests succeed so that coverage reflects test runs with all django and python combinations.
2323
needs:
24-
- test-py36
24+
# - test-py36
2525
- test-py38
2626
steps:
2727
- name: Checkout code

.github/workflows/test_3.8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest]
1515
python-version:
16-
- "3.8"
17-
- "3.9"
16+
# - "3.8"
17+
# - "3.9"
1818
- "3.10"
1919
- "3.11"
2020
- "3.12"

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
22
envlist =
33
clean
4-
py36-django{22,32}
5-
py37-django{22,32}
6-
py38-django{22,32,42}
7-
py39-django{22,32,42}
4+
; py36-django{22,32}
5+
; py37-django{22,32}
6+
; py38-django{22,32,42}
7+
; py39-django{22,32,42}
88
py310-django{32,42,50}
99
py311-django{42,50}
1010
py312-django{42,50}

0 commit comments

Comments
 (0)