Skip to content

Commit afd540f

Browse files
authored
Merge pull request #46 from danforthcenter/bump-python-versions
Bump python version to 3.13
2 parents 2ce9914 + 5dfb50d commit afd540f

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
python-version: ['3.9', '3.10', '3.11']
19+
python-version: ['3.11', '3.12', '3.13']
2020
os: [ubuntu-latest]
2121
env:
2222
OS: ${{ matrix.os }}

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# optionally, change channel name with -n {plantcv-dev}
33
name: plantcv
44
dependencies:
5-
- python=3.10
5+
- python=3.13
66
- matplotlib>=1.5
77
- numpy>=1.11
88
- pandas
@@ -30,4 +30,3 @@ dependencies:
3030

3131
channels:
3232
- conda-forge
33-
- defaults

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"napari",
1515
"PyQt5"
1616
]
17-
requires-python = ">=3.6"
17+
requires-python = ">=3.11"
1818
authors = [
1919
{name = "PlantCV Team", email = "plantcv@danforthcenter.org"},
2020
]

0 commit comments

Comments
 (0)