Skip to content

Commit e266728

Browse files
authored
Update pyproject.toml
1 parent a966a1f commit e266728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "magic-config"
10-
version = "0.1.13"
10+
version = "1.0.0"
1111
authors = [
1212
{ name = "Alexander Majorov", email = "[email protected]" },
1313
]
1414
description = "A simple library for easy handling of .env files and environment variables configurations"
1515
readme = "README.md"
16-
requires-python = ">=3.10.8"
16+
requires-python = ">=3.12.0"
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)