We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f039777 commit 8a10a1cCopy full SHA for 8a10a1c
README.rst
@@ -36,6 +36,12 @@ ArrayMap requires the following:
36
What is New in ArrayMap
37
-------------------------
38
39
+0.4.0
40
+........
41
+
42
+Now building wheels for Python 3.13.
43
44
45
0.3.0
46
........
47
setup.py
@@ -4,7 +4,7 @@
4
import os
5
6
7
-AM_VERSION = "0.3.0"
+AM_VERSION = "0.4.0"
8
9
with open("README.rst") as file:
10
LONG_DESCRIPTION = file.read()
@@ -50,6 +50,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
50
"Programming Language :: Python :: 3.10",
51
"Programming Language :: Python :: 3.11",
52
"Programming Language :: Python :: 3.12",
53
+ "Programming Language :: Python :: 3.13",
54
],
55
ext_modules=[extension],
56
)
0 commit comments