summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-12-16 13:22:59 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-12-16 13:22:59 -0500
commit19926d7b4555590dbb9e46f5b3959375902b2ddc (patch)
tree5566972db2e9e7775291058ca65458688697de4f /.github
parent0db43636a5665ebf71caaef9f5b07864c6489b26 (diff)
downloadpython-setuptools-git-19926d7b4555590dbb9e46f5b3959375902b2ddc.tar.gz
Enable tests on Python 3.11, no longer failing. Fixes #3365.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f9fefbf3..77afbcb5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -47,8 +47,7 @@ jobs:
matrix:
python:
- "3.7"
- # disabled due to #3365
- # - "3.11"
+ - "3.11"
- "3.12"
# Workaround for actions/setup-python#508
dev: