Skip to content

Commit

Permalink
Update 3.11 Python patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
gselzer committed Aug 12, 2024
1 parent 6923df2 commit 0e9dfc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.11.0']
# NB: [3.11.0, 3.11.2] do not have arm64 macos support
python-version: ['3.8', '3.11.3']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0e9dfc6

Please sign in to comment.