1 parent 7d1f6af commit c727b17Copy full SHA for c727b17
1 file changed
setup.py
@@ -51,7 +51,7 @@
51
52
setup(
53
name="gambaterm",
54
- version="0.12.7",
+ version="0.13.0",
55
packages=["gambaterm"],
56
ext_modules=[gambatte_extension, termblit_extension],
57
install_requires=[
@@ -87,6 +87,9 @@
87
"Programming Language :: Python :: 3.9",
88
"Programming Language :: Python :: 3.10",
89
"Programming Language :: Python :: 3.11",
90
+ "Programming Language :: Python :: 3.12",
91
+ "Programming Language :: Python :: 3.13",
92
+ "Programming Language :: Python :: 3.14",
93
],
94
author="Vincent Michel",
95
author_email="vxgmichel@gmail.com",
0 commit comments