Skip to content

Commit 65a4605

Browse files
committed
drop 3.9, fix typo in pyproject.toml
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
1 parent 52d5ec2 commit 65a4605

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ build-backend = "setuptools.build_meta"
1616
name = "zepben.examples"
1717
description = "Module containing examples for interacting with Zepben's platform"
1818
version = "0.4.0b2"
19-
readme = {file = "README.md", content-type = "test/markdown"}
19+
readme = {file = "README.md", content-type = "text/markdown"}
2020
license = "MPL-2.0"
21-
requires-python = '>=3.9,<3.13'
21+
requires-python = '>=3.10,<3.13'
2222
authors = [
2323
{name = "Zeppelin Bend", email = "oss@zepben.com"}
2424
]
@@ -34,7 +34,6 @@ dependencies = [
3434
]
3535
classifiers = [
3636
"Programming Language :: Python :: 3",
37-
"Programming Language :: Python :: 3.9",
3837
"Programming Language :: Python :: 3.10",
3938
"Programming Language :: Python :: 3.11",
4039
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)