Skip to content

Commit

Permalink
.github: pythonpackage: Add py3.10 to matrix
Browse files Browse the repository at this point in the history
Note: The quotes around "py3.10" are needed since without
them, GH Actions will interpret everything after the dot as
a single-digit integer, i.e. "Python 3.1".

actions/setup-python#249 (comment)
  • Loading branch information
ix5 committed Feb 13, 2022
1 parent 4530897 commit 59e7a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
fail-fast: false

steps:
Expand Down

0 comments on commit 59e7a8d

Please sign in to comment.