Skip to content

Commit b3eda59

Browse files
committed
ODSC-54710. Support Python versions up to 3.12
- fix version of python
1 parent c3ac761 commit b3eda59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unittests-py39-py310.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: ["3.11", "3.12"]
31+
python-version: ["3.11.8", "3.12.2"]
3232
name: ["unitary",
3333
# "slow_tests"
3434
]

0 commit comments

Comments
 (0)