Skip to content

Commit 73fca9b

Browse files
committed
Use python 3.13 in coverage and building docs
1 parent aad6aa1 commit 73fca9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environments/building_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Building docs specific packages
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.12
5+
- python=3.13
66
- cupy
77
- sphinx
88
- sphinx_rtd_theme

environments/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Coverage specific packages
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.12
5+
- python=3.13
66
- coverage[toml]
77
- llvm
88
- pytest-cov

0 commit comments

Comments
 (0)