Skip to content

Commit

Permalink
3.10 bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
31good committed Sep 23, 2024
1 parent d998686 commit 510cf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.10,3.11,3.12]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 510cf84

Please sign in to comment.