Skip to content

Commit

Permalink
updated python versions to 3.9-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-youngblut committed Jan 5, 2024
1 parent 5c0d782 commit fd50830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

# create conda environment
micromamba env create -y -f environment.yml

2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.10]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit fd50830

Please sign in to comment.