Skip to content

Commit

Permalink
Update python-client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masipauskas authored Jan 16, 2025
1 parent 8258f41 commit b44643d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
python: [ '3.9', '3.10', '3.11', '3.12' ]
include:
- tox-env: 'py39'
python: '3.9'
Expand All @@ -44,8 +44,6 @@ jobs:
python: '3.11'
- tox-env: 'py312'
python: '3.12'
- tox-env: 'py313'
python: '3.13'
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit b44643d

Please sign in to comment.