Skip to content

Commit

Permalink
Update to allow Python 3.8
Browse files Browse the repository at this point in the history
Previous CI failed correctly, 3.8 not allowed in env
  • Loading branch information
asgibson committed Mar 15, 2024
1 parent b2a6b23 commit c087310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- default
- conda-forge
dependencies:
- python>=3.9,<3.12
- python>=3.8,<3.12
- numpy
- coverage
- pytest
Expand Down

0 comments on commit c087310

Please sign in to comment.