Skip to content

Commit f2a927c

Browse files
committed
Drop tests on EOL Python versions, add tests on 3.11 and 3.12
1 parent f2ac5d2 commit f2a927c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
python-version:
10-
- "3.10"
10+
- "3.12"
1111
steps:
1212
- uses: "actions/checkout@master"
1313
- name: "🐍 Set up Python ${{ matrix.python-version }}"
@@ -30,11 +30,11 @@ jobs:
3030
strategy:
3131
matrix:
3232
python-version:
33-
- "3.6"
34-
- "3.7"
3533
- "3.8"
3634
- "3.9"
3735
- "3.10"
36+
- "3.11"
37+
- "3.12"
3838
dependencies:
3939
- ""
4040
- "colorama"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = black,flake8,mypy,py36,py37,py38,py39,py310
2+
envlist = black,flake8,mypy,py38,py39,py310,py311,py312
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)