Skip to content

Commit 6b18da4

Browse files
committed
0.1.10 RC 2
1 parent 2447c95 commit 6b18da4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
os: [macOS, Ubuntu, Windows]
3232
major: [3]
33-
minor: [7, 8, 9, 10]
33+
minor: [7, 8, 9]
3434
runs-on: ${{ matrix.os }}-latest
3535
steps:
3636
- uses: actions/checkout@master

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def get_long_description() -> str:
4949
'Programming Language :: Python :: 3.7',
5050
'Programming Language :: Python :: 3.8',
5151
'Programming Language :: Python :: 3.9',
52-
'Programming Language :: Python :: 3.10',
5352
],
5453
keywords='numpy array',
5554
packages=['arraykit'],

0 commit comments

Comments
 (0)