chore: add 3.11 to wheel release action (#5009)

This commit is contained in:
Gil Forsyth 2022-12-11 03:44:50 -05:00 committed by GitHub
parent ebadfac8d9
commit a587e7ec8c
Failed to generate hash of commit
2 changed files with 24 additions and 0 deletions

View file

@ -20,6 +20,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: setup-python

23
news/publish311.rst Normal file
View file

@ -0,0 +1,23 @@
**Added:**
* Wheels for Python 3.11 are part of the automated release action
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>