Skip to content

Commit 9a7b7bd

Browse files
committed
Do not test Django on main, as the Python version requirements have changed
1 parent 35bffdc commit 9a7b7bd

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,16 @@ jobs:
4545
python-version: '3.10'
4646
- django-version: '4.2'
4747
python-version: '3.11'
48-
49-
- django-version: 'main'
50-
python-version: '3.10'
51-
- django-version: 'main'
52-
python-version: '3.11'
53-
- django-version: 'main'
48+
- django-version: '4.2'
5449
python-version: '3.12'
5550

51+
# - django-version: 'main'
52+
# python-version: '3.10'
53+
# - django-version: 'main'
54+
# python-version: '3.11'
55+
# - django-version: 'main'
56+
# python-version: '3.12'
57+
5658
steps:
5759
- uses: actions/checkout@v4
5860
with:

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
requires =
33
tox>=4.2
44
env_list =
5-
py3{11, 10, 9, 8}-dj42
5+
py3{12, 11, 10, 9, 8}-dj42
66
py3{11, 10, 9, 8}-dj41
77
py3{10, 9, 8}-dj32
8-
py3{12, 11, 10}-djmain
98

109
[testenv]
1110
package = wheel

0 commit comments

Comments
 (0)