Skip to content

Commit 5a1e2c4

Browse files
committed
Update min Python version constraint in yml files
1 parent c47d034 commit 5a1e2c4

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
@@ -8,7 +8,7 @@ channels:
88
dependencies:
99
# Base
1010
# =================
11-
- python >=3.9
11+
- python >=3.10
1212
- pip
1313
- setuptools
1414
- beautifulsoup4

conda-env/dev.yml

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

0 commit comments

Comments
 (0)