diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c35c3d9d9..fda3130ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" steps: - uses: actions/checkout@v3 - name: setup-python diff --git a/news/publish311.rst b/news/publish311.rst new file mode 100644 index 000000000..d30546264 --- /dev/null +++ b/news/publish311.rst @@ -0,0 +1,23 @@ +**Added:** + +* Wheels for Python 3.11 are part of the automated release action + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*