Skip to content

Commit

Permalink
Python 3.10 is the lowest that the dependencies seem to support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Liljenberg committed Nov 14, 2024
1 parent c444f60 commit 81b0768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py38, py39, py310, py311, py312]
tox_env: [py310, py311, py312]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author-email = "[email protected]"
home-page = "https://github.com/petli/brioche"
classifiers = ["License :: OSI Approved :: MIT License"]
description-file = "README.md"
requires-python = "~=3.8"
requires-python = ">=3.10,<4"
keywords = "biome, biomization, plant function type, pollen"

requires = [
Expand Down

0 comments on commit 81b0768

Please sign in to comment.