diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index df5345d..eaa1ced 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -11,13 +11,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - py: ['3.8', '3.9', '3.10', '3.11'] + py: ['3.8', '3.9', '3.10', '3.11', '3.12'] + steps: - name: Checkout Code uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.py }} architecture: 'x64'