Skip to content

Commit b53fadf

Browse files
committed
Address comments but pip install fails
1 parent eaa7870 commit b53fadf

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/build_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout Code Repository
2020
uses: actions/checkout@v3
2121

22-
- name: Set up Python 3.11
22+
- name: Set up Python 3.13
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: 3.11
25+
python-version: 3.13
2626

2727
# Run all pre-commit hooks on all the files.
2828
# Getting only staged files can be tricky in case a new PR is opened
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
python-version: [3.11, 3.12]
39+
python-version: [3.11, 3.12, 3.13]
4040
defaults:
4141
run:
4242
shell: bash -l {0}

conda/dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: zstash_dev
22
channels:
33
- conda-forge
4-
- nodefaults # This replaces 'defaults' to avoid Anaconda commercial repos
54
dependencies:
65
# Base
76
# =================

conda/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ requirements:
2121

2222
run:
2323
- python >=3.11,<3.14
24-
- fair-research-login >=0.2.6,<0.3.0
25-
- globus-sdk >=3.0.0,<4.0.0
26-
- six
24+
- globus-sdk=3.15.0
25+
- six=1.16.0
2726
- sqlite
2827

2928
test:

0 commit comments

Comments
 (0)