Skip to content

Commit 2050712

Browse files
committed
Drop Python 3.7 from CI
It's no longer available in Fedora and we don't support it anywhere.
1 parent 1af3e55 commit 2050712

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

.github/workflows/main.yml

-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ jobs:
3232
py36-pip203-toml,
3333
py36-pip213-toml,
3434
py36-pip90-pytoml,
35-
py37-pip90-toml,
36-
py37-pip192-toml,
37-
py37-pip193-toml,
38-
py37-pip203-toml,
39-
py37-pip213-toml,
4035
py38-pip90-toml,
4136
py38-pip192-toml,
4237
py38-pip193-toml,

.github/workflows/windows.yml

-10
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ jobs:
4545
tox_env: "py36-pip213-toml"
4646
- python_version: "3.6"
4747
tox_env: "py36-pip90-pytoml"
48-
- python_version: "3.7"
49-
tox_env: "py37-pip90-toml"
50-
- python_version: "3.7"
51-
tox_env: "py37-pip192-toml"
52-
- python_version: "3.7"
53-
tox_env: "py37-pip193-toml"
54-
- python_version: "3.7"
55-
tox_env: "py37-pip203-toml"
56-
- python_version: "3.7"
57-
tox_env: "py37-pip213-toml"
5848
- python_version: "3.8"
5949
tox_env: "py38-pip90-toml"
6050
- python_version: "3.8"

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ envlist =
55
# does not support it anymore.
66
py36-pip{90,192,193,203,213}-toml
77
py36-pip{90}-pytoml
8-
py37-pip{90,192,193,203,213}-toml
98
py{38,39}-pip{90,192,193,203,213,latest,git}-toml
109
py{38,39}-pip{90,latest,git}-pytoml
1110
py310-pip{192,193,203,213,latest,git}-toml

0 commit comments

Comments
 (0)