diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2c829b..3ecefbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,6 @@ jobs: matrix: include: - {python: '3.7', debug: true, nogil: false} - - {python: '3.11-dev', debug: false, nogil: false} - {python: '3.12-dev', debug: false, nogil: false} - {python: '3.13-dev', debug: false, nogil: true} steps: