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 2447c95 commit 6b18da4Copy full SHA for 6b18da4
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
matrix:
31
os: [macOS, Ubuntu, Windows]
32
major: [3]
33
- minor: [7, 8, 9, 10]
+ minor: [7, 8, 9]
34
runs-on: ${{ matrix.os }}-latest
35
steps:
36
- uses: actions/checkout@master
setup.py
@@ -49,7 +49,6 @@ def get_long_description() -> str:
49
'Programming Language :: Python :: 3.7',
50
'Programming Language :: Python :: 3.8',
51
'Programming Language :: Python :: 3.9',
52
- 'Programming Language :: Python :: 3.10',
53
],
54
keywords='numpy array',
55
packages=['arraykit'],
0 commit comments