Skip to content

Commit 5c7abf5

Browse files
committed
Remove unavailable ubuntu 20.04 for 3.7
1 parent c6a085e commit 5c7abf5

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- python-version: "3.7"
17-
toxenv: py37
18-
os: ubuntu-20.04
1916
- python-version: "3.8"
2017
toxenv: py38
21-
os: ubuntu-20.04
18+
os: ubuntu-latest
2219
- python-version: "3.9"
2320
toxenv: py39
2421
os: ubuntu-latest

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
'Topic :: Software Development',
3333
'Programming Language :: Python',
3434
'Programming Language :: Python :: 3',
35-
'Programming Language :: Python :: 3.7',
3635
'Programming Language :: Python :: 3.8',
3736
'Programming Language :: Python :: 3.9',
3837
'Programming Language :: Python :: 3.10',

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[tox]
22
envlist =
3-
py37,py38,py39,py310,py311,py312,py313,pypy,
3+
py38,py39,py310,py311,py312,py313,pypy,
44
py3-cover,coverage
55

66
[testenv]
77
# Most of these are defaults but if you specify any you can't fall back
88
# to defaults for others.
99
basepython =
10-
py37: python3.7
1110
py38: python3.8
1211
py39: python3.9
1312
py310: python3.10

0 commit comments

Comments
 (0)