Skip to content

Commit

Permalink
Add py313 to CI, remove outdated Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Dec 2, 2024
1 parent 0692d2f commit 7b1cceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
latest_python: "3.12"
supported_pythons: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
supported_pythons: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
miniforge_version: "22.9.0-2"
miniforge_variant: "Mambaforge"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'

env:
earliest_python: "3.8"
earliest_python: "3.9"
latest_python: "3.12"
miniforge_version: "23.11.0-0"
miniforge_variant: "Mambaforge"
Expand Down

0 comments on commit 7b1cceb

Please sign in to comment.