Skip to content

Commit 549723f

Browse files
committed
Update CI workflow to use string format for Python versions
### Changed - Updated the `python-version` matrix in the CI workflow from a list of integers to a list of strings for better compatibility and consistency.
1 parent 875b788 commit 549723f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616
beta: [false, true]
1717
steps:
1818
- name: Checkout repository

0 commit comments

Comments
 (0)