Skip to content

Commit

Permalink
changed python version env, removed ci py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaKramer committed Feb 16, 2024
1 parent 6b88b35 commit 8675a66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
python-version: "3.8"
- os: ubuntu-latest
python-version: "3.11"
- os: macos-latest
python-version: "3.10"
#- os: macos-latest
# python-version: "3.10"
#- os: windows-latest
# python-version: "3.6"

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
dependencies:
# Base dependencies
- python=3.8
- python>=3.8
- pip
# Package dependencies
- biopandas
Expand Down

0 comments on commit 8675a66

Please sign in to comment.