Skip to content

Commit d837a91

Browse files
committed
0.10.0 RC 1
1 parent c1baee7 commit d837a91

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.10.0
41+
............
42+
43+
Now building wheels for Python 3.13.
44+
45+
4046
0.9.0
4147
............
4248

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66
from pathlib import Path
77

8-
AK_VERSION = '0.9.0'
8+
AK_VERSION = '0.10.0'
99

1010
def get_long_description() -> str:
1111
return '''The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.
@@ -72,6 +72,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
7272
'Programming Language :: Python :: 3.10',
7373
'Programming Language :: Python :: 3.11',
7474
'Programming Language :: Python :: 3.12',
75+
'Programming Language :: Python :: 3.13',
7576
'Typing :: Typed',
7677
],
7778
keywords='numpy array',

0 commit comments

Comments
 (0)