Skip to content

Commit f14d71a

Browse files
committed
Update min Python version constraint in yml files
1 parent d351b18 commit f14d71a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-env/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
dependencies:
88
# Base
99
# =================
10-
- python >=3.9
10+
- python >=3.10
1111
- pip
1212
- setuptools
1313
- beautifulsoup4

conda-env/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# Base
77
# =======================
8-
- python >=3.9
8+
- python >=3.10
99
- pip
1010
- setuptools
1111
- beautifulsoup4

0 commit comments

Comments
 (0)