Skip to content

Commit

Permalink
pyproject: drop support python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreglia-gpsw authored and mrobertseidowsky-gpsw committed Jul 23, 2024
1 parent 7c11083 commit 2b44b15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "cython_setuptools"
description = "Cython setuptools integration"
dynamic = ["version"]
readme = "README.md"
requires-python = "~=3.7"
requires-python = "~=3.8"
keywords = ["cython", "setuptools"]
authors = [{name = "Luper Rouch", email= "[email protected]"}]
maintainers = [{ name = "Marco Treglia", email = "[email protected]" }]
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 = py37, py38, py39, py310, py311
envlist = py38, py39, py310, py311
isolated_build = true

[gh-actions]
Expand Down

0 comments on commit 2b44b15

Please sign in to comment.