Skip to content

Commit

Permalink
Adjust python versions requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Oct 2, 2023
1 parent 869689d commit c7d0675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macOs-latest"]
python-version: ["3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

defaults:
run:
Expand Down
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:
- conda-forge
- defaults
dependencies:
- python>=3.8,<=3.9
- python>=3.8,<=3.10
- vmd-python
- ipython
- numpydoc
Expand Down

0 comments on commit c7d0675

Please sign in to comment.