This repository was archived by the owner on Jun 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ ArrayMap requires the following:
3636What is New in ArrayMap
3737-------------------------
3838
39+ 0.4.0
40+ ........
41+
42+ Now building wheels for Python 3.13.
43+
44+
39450.3.0
4046........
4147
Original file line number Diff line number Diff line change 44import os
55
66
7- AM_VERSION = "0.3 .0"
7+ AM_VERSION = "0.4 .0"
88
99with 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)
You can’t perform that action at this time.
0 commit comments