Skip to content

Commit 2b38d09

Browse files
committed
remove absolete python versions from github actions
1 parent fbd56d2 commit 2b38d09

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ jobs:
3838

3939
matrix:
4040
toxenv:
41-
- py35
42-
- py36
4341
- py37
4442
- py38
4543
- py39
44+
- py310
4645

4746
steps:
4847
- uses: actions/checkout@v2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = lint,mypy,py3{5,6,7,8,9}
2+
envlist = lint,mypy,py3{7,8,9,10}
33

44
[testenv]
55
passenv = COVERALLS_* AMQP_*

0 commit comments

Comments
 (0)