Skip to content

Commit 22e8ffb

Browse files
drop python 3.7
1 parent a935b6b commit 22e8ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [windows-latest, ubuntu-latest] #, osx-latest]
23-
python: ["3.7","3.8","3.10","3.11", "pypy-3.7", "pypy-3.8"]
23+
python: ["3.8","3.10","3.11", "pypy-3.8"]
2424

2525
steps:
2626
- uses: actions/checkout@v3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ source = "vcs"
6565
features = ["testing"]
6666

6767
[[tool.hatch.envs.test.matrix]]
68-
python = ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7","pypy3.8"]
68+
python = ["3.8", "3.9", "3.10", "3.11", "pypy3.8"]
6969

7070
[tool.hatch.envs.test.scripts]
7171
test = "pytest {args:testing}"

0 commit comments

Comments
 (0)