diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 311bf7e..1dba170 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,6 @@ jobs: # MacOs is commented out because: 1. For some reason it's very slow. 2. It never had OS-specific issues # - MacOs py: - - "3.12" - "3.11" - "3.10" - "3.9" @@ -58,7 +57,6 @@ jobs: os: - Ubuntu py: - - "3.12" - "3.11" - "3.10" - "3.9"