File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
compute_sdk/globus_compute_sdk Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# single source of truth for package version,
22# see https://packaging.python.org/en/latest/single_source_version/
3- __version__ = "3.11.0 "
3+ __version__ = "3.12.0a0 "
44
55# TODO: remove after a `globus-compute-sdk` release
66# this is needed because it's imported by `globus-compute-sdk` to do the version check
Original file line number Diff line number Diff line change 66REQUIRES = [
77 "requests>=2.31.0,<3" ,
88 "globus-sdk" , # version will be bounded by `globus-compute-sdk`
9- "globus-compute-sdk==3.11.0 " ,
9+ "globus-compute-sdk==3.12.0a0 " ,
1010 "globus-identity-mapping==0.4.0" ,
1111 # table printing used in list-endpoints
1212 "texttable>=1.6.4,<2" ,
Original file line number Diff line number Diff line change 33
44# single source of truth for package version,
55# see https://packaging.python.org/en/latest/single_source_version/
6- __version__ = "3.11.0 "
6+ __version__ = "3.12.0a0 "
77
88
99def compare_versions (
You can’t perform that action at this time.
0 commit comments