Skip to content

Commit 7b9dbf8

Browse files
committed
ci: Remove outdated Python 3.8 workflow
1 parent 6163094 commit 7b9dbf8

File tree

6 files changed

+0
-371
lines changed

6 files changed

+0
-371
lines changed

.github/workflows/codecov.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python-version:
22-
- 3.8
2322
- 3.9
2423
- '3.10'
2524
- '3.11'

tests/requirements/compile.py

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -19,48 +19,6 @@
1919
] + sys.argv[1:]
2020
# mysqlclient requirements found on each version's "Databases" documentation page:
2121
# https://docs.djangoproject.com/en/3.0/ref/databases/#mysql-db-api-drivers
22-
subprocess.run(
23-
[
24-
"python3.8",
25-
*common_args,
26-
"-P",
27-
"Django>=3.2a1,<3.3",
28-
"-P",
29-
"django-cms>=3.8,<3.9",
30-
"-o",
31-
"py38-django32-cms38.txt",
32-
],
33-
check=True,
34-
capture_output=True,
35-
)
36-
subprocess.run(
37-
[
38-
"python3.8",
39-
*common_args,
40-
"-P",
41-
"Django>=3.2a1,<3.3",
42-
"-P",
43-
"django-cms>=3.9,<3.10",
44-
"-o",
45-
"py38-django32-cms39.txt",
46-
],
47-
check=True,
48-
capture_output=True,
49-
)
50-
subprocess.run(
51-
[
52-
"python3.8",
53-
*common_args,
54-
"-P",
55-
"Django>=3.2a1,<3.3",
56-
"-P",
57-
"django-cms>=3.10,<3.11",
58-
"-o",
59-
"py38-django32-cms310.txt",
60-
],
61-
check=True,
62-
capture_output=True,
63-
)
6422
subprocess.run(
6523
[
6624
"python3.9",

tests/requirements/py38-django32-cms310.txt

Lines changed: 0 additions & 109 deletions
This file was deleted.

tests/requirements/py38-django32-cms38.txt

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)