Skip to content

Commit fff0d8f

Browse files
committed
Remove compatibility with python 3.11
1 parent 29d9089 commit fff0d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting_and_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [self-hosted]
24-
python-version: ["3.9", "3.10", "3.11"]
24+
python-version: ["3.9", "3.10"]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- name: Check out repository code

0 commit comments

Comments
 (0)