Skip to content

Commit

Permalink
Change python_version to 3.8 for isal
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
jdavcs and nsoranzo authored Jan 23, 2024
1 parent c3d00f4 commit 3fe03d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ idna==3.6 ; python_version >= "3.8" and python_version < "3.13"
importlib-metadata==7.0.1 ; python_version >= "3.8" and python_version < "3.13"
importlib-resources==6.1.1 ; python_version >= "3.8" and python_version < "3.9"
isa-rwval==0.10.10 ; python_version >= "3.8" and python_version < "3.13"
isal==1.3.0 ; python_version >= "3.7" and python_version < "3.12"
isal==1.3.0 ; python_version >= "3.8" and python_version < "3.12"
isodate==0.6.1 ; python_version >= "3.8" and python_version < "3.13"
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.13"
jmespath==1.0.1 ; python_version >= "3.8" and python_version < "3.13"
Expand Down

0 comments on commit 3fe03d0

Please sign in to comment.