Run on modern python

This commit is contained in:
Andras Schmelczer 2026-06-06 21:57:34 +01:00
parent 7cafa11a83
commit 7eb507d3c3

View file

@ -47,10 +47,10 @@ jobs:
matrix: matrix:
# pyproject declares >= 3.7, but uv's standalone CPython and the current # pyproject declares >= 3.7, but uv's standalone CPython and the current
# dependency floors (scikit-learn/numpy now require >= 3.9) no longer # dependency floors (scikit-learn/numpy now require >= 3.9) no longer
# build on 3.7/3.8. Re-add those rows if the constraints are relaxed. # build on the older interpreters, so we test the current supported set.
# The windows leg of the old GitHub matrix is dropped: this Forgejo # The windows leg of the old GitHub matrix is dropped: this Forgejo
# instance only has a Linux `docker` runner. # instance only has a Linux `docker` runner.
python-version: ['3.9', '3.10'] python-version: ['3.10', '3.11', '3.12', '3.13']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4