From 08257900ffa15f48240d8d96e3252242e3cc4a05 Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Tue, 22 Oct 2024 10:04:22 +0200 Subject: [PATCH] test py3.13 (#107) --- .github/workflows/on-push.yml | 2 +- ci/environment-ci.yml | 2 +- environment.yml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 0878d7f..aed7ed3 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -158,7 +158,7 @@ jobs: strategy: matrix: - python-version: ['3.8', '3.12'] + python-version: ['3.8', '3.13'] extra: ['-ci'] steps: diff --git a/ci/environment-ci.yml b/ci/environment-ci.yml index 8318686..08f6f5b 100644 --- a/ci/environment-ci.yml +++ b/ci/environment-ci.yml @@ -14,7 +14,7 @@ dependencies: - sphinx - sphinx-autoapi # DO NOT EDIT ABOVE THIS LINE, ADD DEPENDENCIES BELOW -- cdsapi >= 0.7.0 - types-requests - pip: + - cdsapi >= 0.7.0 - responses diff --git a/environment.yml b/environment.yml index 067ceca..10c6f42 100644 --- a/environment.yml +++ b/environment.yml @@ -9,6 +9,8 @@ channels: # DO NOT EDIT ABOVE THIS LINE, ADD DEPENDENCIES BELOW AS SHOWN IN THE EXAMPLE dependencies: - attrs -- multiurl +- pip - requests - typing-extensions +- pip: + - multiurl