Skip to content

Commit cb33745

Browse files
committed
Update Python support
1 parent ce1e38b commit cb33745

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
# Base
77
# =================
88
- pip=22.2.2
9-
- python=3.9.13
9+
- python=3.11
1010
- six=1.16.0
1111
- globus-sdk=3.2.1
1212
- fair-research-login=0.2.6

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ build:
1616

1717
requirements:
1818
host:
19-
- python >=3.9
19+
- python >=3.11
2020
- pip
2121

2222
run:
23-
- python >=3.9
23+
- python >=3.11
2424
- fair-research-login >=0.2.6,<0.3.0
2525
- globus-sdk >=3.0.0,<4.0.0
2626
- six

0 commit comments

Comments
 (0)