Skip to content

Commit 2e0c8c6

Browse files
author
talhaaktss
authored
chore(pyproject): declare Python 3.12 support in package metadata (#1888)
Add the Python 3.12 classifier to project metadata to reflect support for Python >=3.11 on modern interpreters.
1 parent 1872234 commit 2e0c8c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ urls = { "Homepage" = "https://github.com/ethereum/execution-specs" }
1313
classifiers = [
1414
"Programming Language :: Python :: 3",
1515
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
1617
"Programming Language :: Python :: Implementation :: PyPy",
1718
"Programming Language :: Python :: Implementation :: CPython",
1819
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)