Skip to content

Commit

Permalink
add 3.12 to supported python list
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 15, 2024
1 parent aaa419c commit 1dcbb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def _global_version(version):
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
package_data={"vyper.ast": ["grammar.lark"]},
data_files=[("", [hash_file_rel_path])],
Expand Down

0 comments on commit 1dcbb0c

Please sign in to comment.