Skip to content

Commit

Permalink
Add Python 3.11 to GH actions (#3309)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Dec 27, 2022
1 parent ff58658 commit 10b0e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10"]
python-version: [3.9, "3.10", 3.11]

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

0 comments on commit 10b0e16

Please sign in to comment.