Skip to content

Commit 7768377

Browse files
committed
Remove 3.11 test since it isn't compatible with current versions.
1 parent b615245 commit 7768377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/env-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [macos-latest, ubuntu-latest, windows-latest]
41-
python-version: ["3.8", "3.9", "3.10", "3.11"]
41+
python-version: ["3.8", "3.9", "3.10"]
4242

4343
# Steps represent a sequence of tasks that will be executed as part of the job
4444
steps:

0 commit comments

Comments
 (0)