We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e525ede commit 2778b5fCopy full SHA for 2778b5f
.github/workflows/test.yml
@@ -58,9 +58,17 @@ jobs:
58
matrix:
59
include:
60
- python-version: "3"
61
- installed-python-version: "3.12.2"
+ installed-python-version: "3.12.4"
62
+ - python-version: "3.12"
63
64
+ - python-version: "3.11"
65
+ installed-python-version: "3.11.9"
66
+ - python-version: "3.10"
67
+ installed-python-version: "3.10.14"
68
- python-version: "3.9"
- installed-python-version: "3.9.18"
69
+ installed-python-version: "3.9.19"
70
+ - python-version: "3.8"
71
+ installed-python-version: "3.8.19"
72
runs-on: ubuntu-latest
73
container: amazonlinux:2023
74
steps:
0 commit comments