From f891d662cca3632b916f5910c3657b197d379adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 10 Mar 2026 12:10:55 -0700 Subject: [PATCH] CI: bumping CI version, hoping it fasten up job --- .github/workflows/ci_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 21a7ce53cb..06c8f7eaad 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -42,10 +42,10 @@ jobs: toxenv: py310-test-oldestdeps-alldeps toxargs: -v - - name: OSX, py312, all optional dependencies + - name: OSX, py313, all optional dependencies os: macos-latest - python: "3.12" - toxenv: py312-test-alldeps + python: "3.13" + toxenv: py313-test-alldeps toxargs: -v - name: Windows, py313, mandatory dependencies only