Skip to content

Commit

Permalink
add python 3.11 and 3.12 to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Nov 8, 2023
1 parent c06a490 commit 8ee965c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
# see currently supported releases: https://devguide.python.org/versions/
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 8ee965c

Please sign in to comment.