Skip to content

Commit

Permalink
Update to 1.70.0
Browse files Browse the repository at this point in the history
Add support for py 3.13
  • Loading branch information
Aspard authored Oct 18, 2024
1 parent ed4ec53 commit 0c3c6bf
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 @@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.16.0]
pyver: ['3.10', '3.11', '3.12']
version: [1.17.0]
pyver: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit 0c3c6bf

Please sign in to comment.