Skip to content

Commit

Permalink
Tests move from 3.11a6 to 3.11rc2
Browse files Browse the repository at this point in the history
Matching 1.1.3
  • Loading branch information
jamadden committed Oct 10, 2022
1 parent fa91f03 commit 1796ff5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-alpha.6"]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-rc.2"]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
Expand Down
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ Changes
- Main greenlets from threads that have exited are now marked as dead.


1.1.3.post0 (2022-10-10)
========================

- Add musllinux (Alpine) binary wheels.


1.1.3 (2022-08-25)
==================

- Add support for Python 3.11. Please note that Windows binary wheels
are not available at this time.

1.1.2 (2021-09-29)
==================

Expand All @@ -107,6 +119,7 @@ Changes
<https://github.com/python-greenlet/greenlet/issues/256>`_, reported
by Joe Rickerby.


1.1.1 (2021-08-06)
==================

Expand Down
Empty file.

0 comments on commit 1796ff5

Please sign in to comment.