Skip to content

Commit

Permalink
Relax Python requirement to 3.10 (#2)
Browse files Browse the repository at this point in the history
This PR makes the Python requirement 3.10. All tests pass on 3.10.
  • Loading branch information
ben-z authored Dec 28, 2024
1 parent 3b1e681 commit 9145019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Unpack Docker images for use with Apptainer and CVMFS"
dependencies = [
"watcloud-utils @ git+https://github.com/WATonomous/watcloud-utils.git@c8ce1006716e65971f750560f90f442721b3777d",
]
requires-python = ">=3.11"
requires-python = ">=3.10"
readme = "README.md"
license = {text = "BSD-2-Clause"}

Expand Down

0 comments on commit 9145019

Please sign in to comment.