Skip to content

Commit

Permalink
Merge pull request #103 from kwvg/pyci_upd
Browse files Browse the repository at this point in the history
ci: drop EoL Python 3.7 and 3.8, Go 1.17, replace with Python 3.12, Go 1.22
  • Loading branch information
PastaPastaPasta authored Dec 4, 2024
2 parents a52d7ed + 56b2d4a commit aad89e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
golang: [ '1.17' ]
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
golang: [ '1.22' ]
python: ['3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout code
Expand Down

0 comments on commit aad89e3

Please sign in to comment.