Skip to content

Commit 7f69182

Browse files
committed
MAINT: mark Python 3.10 as supported
1 parent 9ce042b commit 7f69182

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-larray-editor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: [3.7, 3.8, 3.9, 3.10]
1818

1919
defaults:
2020
run:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def readlocal(fname):
3737
'Programming Language :: Python :: 3.7',
3838
'Programming Language :: Python :: 3.8',
3939
'Programming Language :: Python :: 3.9',
40+
'Programming Language :: Python :: 3.10',
4041
'Topic :: Scientific/Engineering',
4142
'Topic :: Software Development :: Libraries',
4243
]

0 commit comments

Comments
 (0)