diff options
| author | Jason Madden <jamadden@gmail.com> | 2021-12-16 09:49:31 -0600 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2021-12-16 09:52:58 -0600 |
| commit | ccaed59a1e0e977eb19aa2ada7959846c2e194d9 (patch) | |
| tree | bd347f7cf07a9ae69e55bf108717d93a21bfd4c7 /.github/workflows | |
| parent | 76c3bdad94adec801c5299ece06f4ed9ef232a13 (diff) | |
| download | greenlet-ccaed59a1e0e977eb19aa2ada7959846c2e194d9.tar.gz | |
Add 3.11 to tox.ini and tests.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 540a969..8a252f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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"] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-alpha.2"] os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v2 |
