Skip to content

Commit

Permalink
Update CI python version
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmcalpine committed Aug 7, 2024
1 parent 815b8e9 commit 5c5d28f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_example_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false

matrix:
python-version: ["3.7","3.8","3.9","3.10"]
python-version: ["3.8","3.9","3.10","3.11","3.12"]
os: [ubuntu-20.04, ubuntu-latest, macos-latest]

# What operating system is this job running on?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_example_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false

matrix:
python-version: ["3.7","3.8","3.9","3.10"]
python-version: ["3.8","3.9","3.10","3.11","3.12"]
os: [ubuntu-20.04, ubuntu-latest, macos-latest]
experimental: [false]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_example_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
python-version: ["py37", "py38", "py39"]
python-version: ["py38", "py39"]

# What operating system is this job running on?
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["desc", "python"]
dependencies = [
'numpy',
]
requires-python = ">=3.7" # For setuptools >= 61.0 support
requires-python = ">=3.8"
dynamic = ["version"] # Scrape the version dynamically from the package

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 5c5d28f

Please sign in to comment.