diff --git a/.github/python-version.txt b/.github/python-version.txt index 40028d93..92536a9e 100644 --- a/.github/python-version.txt +++ b/.github/python-version.txt @@ -1 +1 @@ -3.12.0-alpha - 3.12.0 +3.12.0 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4c227e8f..e6186b1c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' # ADJUST THIS: install all dependencies (including pdoc) - run: pip install -e . diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8987ba9..3e1c2e2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,13 +26,13 @@ jobs: matrix: include: - os: windows-latest - py: 3.12.0-rc.1 - 3.12.0 + py: 3.12.0 args: --cov-fail-under=100 - os: macos-latest - py: 3.12.0-rc.1 - 3.12.0 + py: 3.12.0 args: --cov-fail-under=100 - os: ubuntu-latest - py: 3.12.0-rc.1 - 3.12.0 + py: 3.12.0 args: --cov-fail-under=100 - os: ubuntu-latest py: 3.11.5