Skip to content

Commit

Permalink
Downgrade bump to 3.9-3.11
Browse files Browse the repository at this point in the history
Looks like dask-jobqueue does not fully support 3.12 yet
  • Loading branch information
nfahlgren committed Apr 14, 2024
1 parent d979200 commit 3e3fef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# optionally, change channel name with -n {plantcv-dev}
name: plantcv
dependencies:
- python=3.12
- python=3.11
- matplotlib>=1.5
- numpy>=1.11
- pandas
Expand Down

0 comments on commit 3e3fef5

Please sign in to comment.