Skip to content

Commit

Permalink
test py3.13 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 authored Oct 22, 2024
1 parent 16b7a5d commit 0825790
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.12']
python-version: ['3.8', '3.13']
extra: ['-ci']

steps:
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0825790

Please sign in to comment.