Skip to content

Commit 325993d

Browse files
committed
build: enforced python version <3.12 in conda and pip builds
1 parent 167ca2c commit 325993d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6+
- python <= 3.11
67
- numpy
78
- pycsep
89
- dateparser

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_requires =
3434
seaborn
3535
tables
3636
xmltodict
37-
python_requires = >=3.9
37+
python_requires = >=3.9,<3.12
3838
zip_safe = no
3939

4040
[options.packages.find]

0 commit comments

Comments
 (0)