Skip to content

Commit

Permalink
ratchet up min Python to 3.9 in light of Toil 8 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Feb 28, 2025
1 parent 7668c13 commit 75759d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Cactus uses many different algorithms and individual code contributions, princip

## Installing Manually From Source

**Cactus requires Python >= 3.8 along with Python development headers and libraries**
**Cactus requires Python >= 3.9 along with Python development headers and libraries**

Clone cactus and submodules
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run(self):
# We use the __file__ attribute so this package isn't zip_safe.
zip_safe = False,

python_requires = '>=3.8',
python_requires = '>=3.9',

install_requires = [
'decorator',
Expand Down

0 comments on commit 75759d0

Please sign in to comment.