From e1e5c3015c4bb367fc6265982bc33e5e34c1839e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 4 Oct 2023 12:27:34 -0700 Subject: [PATCH] CI: python 3.12 is now released --- .github/workflows/ci_devtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_devtests.yml b/.github/workflows/ci_devtests.yml index 0d3fa35e3..ba2ce24e7 100644 --- a/.github/workflows/ci_devtests.yml +++ b/.github/workflows/ci_devtests.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Python 3.12 uses: actions/setup-python@v4 with: - python-version: "3.12-dev" + python-version: "3.12" - name: Install tox run: python -m pip install --upgrade tox - name: Run tests against dev dependencies