diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9080fd0..fee58ff 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10'] + python-version: ['3.12'] steps: - name: Check out repository @@ -26,7 +26,7 @@ jobs: pip install -e . pip install pytest pytest test - + - name: Run tests from sdist install run: | cd src/python @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10'] + python-version: ['3.12'] steps: - name: Check out repository diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a09941f..f6754ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.11] + python-version: [3.12] steps: - name: Check out repository