Skip to content

Commit

Permalink
Install future from PyPI again
Browse files Browse the repository at this point in the history
now that 1.0.0 has been released with Python 3.12 support from my
fork.
  • Loading branch information
nsoranzo committed Feb 22, 2024
1 parent 49e0d43 commit d37c284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/util/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jstree =
dictobj
template =
Cheetah3!=3.2.6.post2
future @ git+https://github.com/nsoranzo/python-future.git@python312-imp-module_past
future>=1.0.0

[options.packages.find]
exclude =
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dparse = "*"
edam-ontology = "*"
fastapi = ">=0.108"
fs = "*"
future = { git = "https://github.com/nsoranzo/python-future.git", branch = "python312-imp-module_past" }
future = ">=1.0.0" # Python 3.12 support
galaxy_sequence_utils = "*"
graphene-sqlalchemy = "3.0.0rc1" # need a beta release to be compat. with starlette plugin
gravity = ">=1.0.4"
Expand Down

0 comments on commit d37c284

Please sign in to comment.