File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff 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
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}
Original file line number Diff line number Diff line change 11name : zstash_dev
22channels :
33 - conda-forge
4- - nodefaults # This replaces 'defaults' to avoid Anaconda commercial repos
54dependencies :
65 # Base
76 # =================
Original file line number Diff line number Diff 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
2928test :
You can’t perform that action at this time.
0 commit comments