Skip to content

Commit

Permalink
Pin minimum package versions for Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 22, 2024
1 parent 051c5ab commit 029400d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pillow==10.4.0 ; python_version >= "3.8" and python_version < "3.13"
pkce==1.0.3 ; python_version >= "3.8" and python_version < "3.13"
pkginfo==1.10.0 ; python_version >= "3.8" and python_version < "3.13"
platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "3.13"
playwright==1.47.0 ; python_version >= "3.8" and python_version < "3.13"
playwright==1.48.0 ; python_version >= "3.8" and python_version < "3.13"
pluggy==1.5.0 ; python_version >= "3.8" and python_version < "3.13"
port-for==0.7.3 ; python_version >= "3.8" and python_version < "3.13"
prettytable==3.11.0 ; python_version >= "3.8" and python_version < "3.13"
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ importlib-resources = { version = "*", python = "<3.9" } # for importlib.{abc.T
isa-rwval = { git = "https://github.com/nsoranzo/isa-rwval.git", branch = "master" } # https://github.com/ISA-tools/isa-rwval/pull/17
jinja2 = "*"
kombu = ">=5.3" # for importlib-metadata fix
isal = "*"
isal = ">=1.7.0" # Python 3.13 support
lagom = "*"
Mako = "*"
Markdown = "*"
Expand Down Expand Up @@ -107,7 +107,7 @@ regex = "*"
requests = "*"
rocrate = "*"
Routes = "*"
schema-salad = "!=8.3.20220721194857" # https://github.com/common-workflow-language/schema_salad/issues/575
schema-salad = ">=8.7.20240905150001" # Python 3.13 support
social-auth-core = ">=4.5.0" # to drop dependency on abandoned python-jose
sortedcontainers = "*"
SQLAlchemy = ">=2.0,<2.1,!=2.0.36" # https://github.com/sqlalchemy/sqlalchemy/issues/12019
Expand All @@ -121,7 +121,7 @@ tifffile = "*"
tuswsgi = "*"
typing-extensions = "*"
uvicorn = "!=0.28.0" # https://github.com/galaxyproject/galaxy/issues/17669
uvloop = "*"
uvloop = ">=0.21.0" # Python 3.13 support
WebOb = "*"
Whoosh = "*"
zipstream-new = "*"
Expand All @@ -133,7 +133,7 @@ axe-selenium-python = "*"
black = "*"
boto3 = "*"
codespell = "*"
cwltest = "*"
cwltest = ">=2.5.20240906231108" # Python 3.13 support
darker = "*"
fluent-logger = "*"
galaxy-release-util = "*"
Expand All @@ -144,7 +144,7 @@ markdown-it-reporter = "*"
myst-parser = "*"
onedatafilerestclient = "==21.2.5.2"
pkce = "*"
playwright = "*"
playwright = ">=1.48.0" # Python 3.13 support
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
Expand Down

0 comments on commit 029400d

Please sign in to comment.