diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a82aa0..ad3133c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10"] #, 3.10] #[3.8, 3.9, 3.10] # The test fails for py 3.10 as of April 2023. Should be updated some day. + python-version: ["3.8", "3.9", "3.10"] steps: - name: Checkout