From cc9227bad467cafd0cd1be5039575086c2103821 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Fri, 21 Nov 2025 01:00:51 +0100 Subject: [PATCH] TST: add 3.13+3.14 envs with remote data --- .github/workflows/ci_workflows.yml | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 6aa4ed3f4..72f127879 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -57,6 +57,39 @@ jobs: python: '3.11' toxenv: py311-test-oldestdeps + - name: Python 3.13 with remote data + os: ubuntu-latest + python: '3.13' + toxenv: py313-test + toxargs: -v + toxposargs: --remote-data=any + + - name: Python 3.14 + os: ubuntu-latest + python: '3.14' + toxenv: py314-test + + - name: Python 3.14 with remote data + os: ubuntu-latest + python: '3.14' + toxenv: py314-test + toxargs: -v + toxposargs: --remote-data=any + + - name: Python 3.14 (macOS) with remote data + os: macos-latest + python: '3.14' + toxenv: py314-test + toxargs: -v + toxposargs: --remote-data=any + + - name: Python 3.14 (Windows) with remote data + os: windows-latest + python: '3.14' + toxenv: py314-test + toxargs: -v + toxposargs: --remote-data=any + steps: - name: Checkout code uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0