We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101222f commit b259007Copy full SHA for b259007
1 file changed
.github/workflows/linting_and_testing.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
os: [self-hosted]
24
- python-version: ["3.10", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
25
runs-on: ${{ matrix.os }}
26
steps:
27
- name: Check out repository code
0 commit comments