Skip to content

Commit 8a10a1c

Browse files
committed
0.4.0 RC 1
1 parent f039777 commit 8a10a1c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ ArrayMap requires the following:
3636
What is New in ArrayMap
3737
-------------------------
3838

39+
0.4.0
40+
........
41+
42+
Now building wheels for Python 3.13.
43+
44+
3945
0.3.0
4046
........
4147

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66

7-
AM_VERSION = "0.3.0"
7+
AM_VERSION = "0.4.0"
88

99
with open("README.rst") as file:
1010
LONG_DESCRIPTION = file.read()
@@ -50,6 +50,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
5050
"Programming Language :: Python :: 3.10",
5151
"Programming Language :: Python :: 3.11",
5252
"Programming Language :: Python :: 3.12",
53+
"Programming Language :: Python :: 3.13",
5354
],
5455
ext_modules=[extension],
5556
)

0 commit comments

Comments
 (0)