Skip to content

Commit e71edf2

Browse files
committed
build: fix requires-python and tox version configs
1 parent 60763be commit e71edf2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic = ["version"]
3535
license = "Apache-2.0"
3636
name = "biocommons-example"
3737
readme = "README.md"
38-
requires-python = ">=3.10"
38+
requires-python = ">=3.11"
3939

4040
[project.optional-dependencies]
4141
example = [

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[tox]
22
skipsdist = true
3-
envlist = py39, py310, py311, py312, py313
3+
envlist = py311, py312, py313
44

55
[gh-actions]
66
python =
7-
3.9: py39
8-
3.10: py310
97
3.11: py311
108
3.12: py312
119
3.13: py313

0 commit comments

Comments
 (0)