diff options
author | Sam James <sam@gentoo.org> | 2024-01-19 04:55:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 04:55:04 +0000 |
commit | 0f64bf5571e0b9e40c5718a89884a3389760af6c (patch) | |
tree | 449c3225429285ffe237805cfda675d2bfa85eaa | |
parent | tox: update impls (diff) | |
download | gentoolkit-0f64bf5571e0b9e40c5718a89884a3389760af6c.tar.gz gentoolkit-0f64bf5571e0b9e40c5718a89884a3389760af6c.tar.bz2 gentoolkit-0f64bf5571e0b9e40c5718a89884a3389760af6c.zip |
Revert "ci: add py3.13"
This reverts commit e0dc707cc7a37336c175faf463666e5f531a338f.
Didn't mean to push this.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40b1de8..bcb2d59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,7 @@ jobs: - '3.9' - '3.10' - '3.11' - - '3.12' - - '3.13-dev' + - '3.12-dev' - 'pypy-3.9' - 'pypy-3.10' |