Skip to content

Commit

Permalink
Drop tests on EOL Python versions, add tests on 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed Dec 2, 2023
1 parent f2ac5d2 commit f2a927c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.10"
- "3.12"
steps:
- uses: "actions/checkout@master"
- name: "🐍 Set up Python ${{ matrix.python-version }}"
Expand All @@ -30,11 +30,11 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
dependencies:
- ""
- "colorama"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = black,flake8,mypy,py36,py37,py38,py39,py310
envlist = black,flake8,mypy,py38,py39,py310,py311,py312

[testenv]
deps = pytest
Expand Down

0 comments on commit f2a927c

Please sign in to comment.