Skip to content

Commit 4169ef6

Browse files
committed
remove 3.7
1 parent 4a32a95 commit 4169ef6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
max-parallel: 1
4747
matrix:
48-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
48+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4949
steps:
5050
- uses: actions/checkout@v4
5151
- name: Checking env

tox.ini

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

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)