Skip to content

Commit a2f08c7

Browse files
committed
update python version from 3.10.0 to 3.10.5
1 parent 404ccc9 commit a2f08c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-22.04, windows-2022, macOS-13]
30-
python-version: [3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0, 3.13.0]
30+
python-version: [3.7, 3.8, 3.9, 3.10.5, 3.11.0, 3.12.0, 3.13.0]
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)