Skip to content

Commit 9705a71

Browse files
authored
Specify semver range for Python 3.11 (#901)
This change allows GitHub Actions to automatically pick the most recent version of Python 3.11, including pre-releases.
1 parent 7104b33 commit 9705a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
python-version: [
54-
["3.7", "37"], ["3.8", "38"], ["3.9", "39"], ["3.10", "310"], ["3.11.0-alpha.7", "311"]
54+
["3.7", "37"], ["3.8", "38"], ["3.9", "39"], ["3.10", "310"], ["3.11.0-a - 3.11", "311"]
5555
]
5656
os: [ubuntu-latest, macos-latest]
5757
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)