diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index ac5f2eb..c7cc6a1 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: 3.11 # [3.9, 3.11] # You can add or remove Python versions to test against + python-version: [3.11] # [3.9, 3.11] # You can add or remove Python versions to test against steps: - name: Checkout repository