Skip to content

Commit bf87eb4

Browse files
committed
update versions in workflows
1 parent f77e071 commit bf87eb4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/on-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: qctrl/reusable-workflows/.github/workflows/pytest.yaml@master
2525
secrets: inherit
2626
with:
27-
python-versions: '["3.9", "3.10", "3.11"]'
27+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
2828

2929
sphinx_documentation:
3030
# Filter out PRs originating from this repository (triggers on-push.yml instead)

.github/workflows/on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
python: ["3.9", "3.10", "3.11"]
40+
python: ["3.10", "3.11", "3.12", "3.13"]
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Install Python dependencies

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ classifiers = [
4646
"Intended Audience :: Science/Research",
4747
"Natural Language :: English",
4848
"Operating System :: OS Independent",
49-
"Programming Language :: Python :: 3.9",
5049
"Programming Language :: Python :: 3.10",
5150
"Programming Language :: Python :: 3.11",
51+
"Programming Language :: Python :: 3.12",
52+
"Programming Language :: Python :: 3.13",
5253
"Topic :: Internet :: WWW/HTTP",
5354
"Topic :: Scientific/Engineering :: Physics",
5455
"Topic :: Scientific/Engineering :: Visualization",

0 commit comments

Comments
 (0)