Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 8, 2022
1 parent 70be491 commit f5c385d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.20rc1]
pyver: ['3.7', '3.8', '3.9', '3.10']
version: [1.20]
pyver: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit f5c385d

Please sign in to comment.