Skip to content

Commit b019b3a

Browse files
test: remove 3.11.0 from test suite
1 parent 790180e commit b019b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
amazon-linux-version: [ 2, 2023 ]
1717
# This tests the lowest supported python version and the latest stable python version
1818
# Refer - https://devguide.python.org/versions/#status-of-python-versions
19-
python-version: [ 3.8.18, 3.11.0, 3.12.0 ]
19+
python-version: [ 3.8.18, 3.12.0 ]
2020
cache: [ true, false ]
2121
runs-on: ubuntu-latest
2222
container: amazonlinux:${{ matrix.amazon-linux-version }}

0 commit comments

Comments
 (0)