Skip to content

Commit

Permalink
Update to 1.16.0
Browse files Browse the repository at this point in the history
Python 3.9 dropped
  • Loading branch information
Aspard authored Oct 1, 2024
1 parent 97a309f commit ed4ec53
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.15.1]
pyver: ['3.9', '3.10', '3.11', '3.12']
version: [1.16.0]
pyver: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit ed4ec53

Please sign in to comment.