Skip to content

Commit 13df33d

Browse files
EliEli
authored andcommitted
Fixed version requirement for python as <3.12 and >= 3.10
1 parent ccb97ae commit 13df33d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache-downloads: true
3535
environment-name: docs
3636
create-args: >-
37-
python>=3.11
37+
python>3.10,<3.13
3838
sphinx
3939
sphinx-rtd-theme
4040
numpydoc

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
cache-downloads: true
5656
environment-name: tools
5757
create-args: >-
58-
python>=3.10
58+
python=3.12
5959
conda-build
6060
boa
6161
anaconda-client

0 commit comments

Comments
 (0)