| commit | e74b9a9f0478afcbac32475f59bbfc01d81c9ea1 | [log] [tgz] |
|---|---|---|
| author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Mar 18 18:54:01 2024 -0500 |
| committer | GitHub <noreply@github.com> | Mon Mar 18 18:54:01 2024 -0500 |
| tree | 6b2371b6932be0ab6df0093dbbd42bf0a6a645bf | |
| parent | 950b53a3ce5f2b3365f1a76ed78f0f28413bdb43 [diff] |
Test against Python 3.12 stable and 3.13-dev
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7086c9..fd61da3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -32,7 +32,8 @@ - "3.9" - "3.10" - "3.11" - - "3.12-dev" + - "3.12" + - "3.13-dev" steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Set up Python ${{ matrix.python-version }}