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 63dc7bd commit bf368f6Copy full SHA for bf368f6
1 file changed
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
amazon-linux-version: [ 2, 2023 ]
17
# This tests the lowest supported python version and the latest stable python version
18
# Refer - https://devguide.python.org/versions/#status-of-python-versions
19
- python-version: [ 3.8.18, 3.12.0 ]
+ python-version: [ 3.8.18, 3.11.0, 3.12.0 ]
20
cache: [ true, false ]
21
runs-on: ubuntu-latest
22
container: amazonlinux:${{ matrix.amazon-linux-version }}
0 commit comments