Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan234 committed Dec 5, 2024
1 parent bd4143f commit 7d7cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-14]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['39', '310', '311', '312']
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 7d7cdd8

Please sign in to comment.