Skip to content

Commit

Permalink
fix for 3.10 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate authored Jun 6, 2024
1 parent 77db79e commit d5f10d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10] # List of Python versions
python-version: ['3.8', '3.9', '3.10'] # List of Python versions
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d5f10d5

Please sign in to comment.