Remove pypy3.9 and pypy3.10 from python-version matrix

This commit is contained in:
2024-01-25 09:42:32 -05:00
parent bc3e034925
commit eef1f2a0d6
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4