diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3882b0..02bad66 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.x' - run: | pip install pip --upgrade pip install -ve '.[tests]' @@ -38,7 +38,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python: ["3.12"] + python: ["3.x"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5