Skip to content

Commit 19926d7

Browse files
committed
Enable tests on Python 3.11, no longer failing. Fixes #3365.
1 parent 0db4363 commit 19926d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
matrix:
4848
python:
4949
- "3.7"
50-
# disabled due to #3365
51-
# - "3.11"
50+
- "3.11"
5251
- "3.12"
5352
# Workaround for actions/setup-python#508
5453
dev:

0 commit comments

Comments
 (0)