Skip to content

Commit

Permalink
drop python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Jan 15, 2023
1 parent e7579f4 commit 14de53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest] #, osx-latest]
python: ["3.7","3.8","3.10","3.11", "pypy-3.7", "pypy-3.8"]
python: ["3.8","3.10","3.11", "pypy-3.8"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ source = "vcs"
features = ["testing"]

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

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

0 comments on commit 14de53d

Please sign in to comment.