Skip to content

Commit 98b5c49

Browse files
authored
ci: use python 3.10.10 for linter job (#244)
Bump to latest stable bugfix version of Py3.10 PR GH actions jobs did not run for a long time and 3.10.1 image is no longer available for "platform_version": "22.04",
1 parent 1c75451 commit 98b5c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10.1"]
19+
python-version: ["3.10.10"]
2020
lxml-version: ["4.9.1"]
2121

2222
steps:

0 commit comments

Comments
 (0)