Skip to content

Commit 508054b

Browse files
authored
Update pyproject.toml
1 parent fbfb625 commit 508054b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mpython-core"
7-
version = "25.04alpha1.dev11"
7+
version = "25.04alpha2"
88
description = "Core Python elements for wrapped MPython packages."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
1111
authors = [
1212
{name = "Johan Medrano", email = "[email protected]"},
1313
{name = "Yael Balbastre", email = "[email protected]"}]
14-
requires-python = ">=3.9,<3.13"
14+
requires-python = ">=3.9,<3.14"
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",

0 commit comments

Comments
 (0)