Skip to content

Commit 7b1cceb

Browse files
committed
Add py313 to CI, remove outdated Python versions
1 parent 0692d2f commit 7b1cceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
latest_python: "3.12"
13-
supported_pythons: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
13+
supported_pythons: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
1414
miniforge_version: "22.9.0-2"
1515
miniforge_variant: "Mambaforge"
1616

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77

88
env:
9-
earliest_python: "3.8"
9+
earliest_python: "3.9"
1010
latest_python: "3.12"
1111
miniforge_version: "23.11.0-0"
1212
miniforge_variant: "Mambaforge"

0 commit comments

Comments
 (0)