Skip to content

Commit 059af40

Browse files
authored
Merge pull request #88 from benjeffery/fix-toml
Fix python version
2 parents 89253a0 + 924c978 commit 059af40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "Compression utilities for tree sequences"
1111
readme = "README.md"
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.9"
1313
license = {text = "MIT"}
1414
classifiers = [
1515
"Programming Language :: Python",

0 commit comments

Comments
 (0)