Skip to content

Commit bce2831

Browse files
committed
MAINT: mark Python 3.11 as supported and 3.7 as not
(we do not actually require Python >=3.8 in meta.yaml to avoid breaking backward compatibility in a bugfix release)
1 parent f6d049e commit bce2831

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
36-
python-version: ['3.7', '3.8', '3.9', '3.10']
36+
python-version: ['3.8', '3.9', '3.10', '3.11']
3737

3838
defaults:
3939
run:

doc/source/changes/version_0_34_1.rst.inc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
.. py:currentmodule:: larray_editor
22

3+
4+
New features
5+
^^^^^^^^^^^^
6+
7+
* added support for Python 3.11.
8+
9+
310
Fixes
411
^^^^^
512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def readlocal(fname):
3434
'Intended Audience :: Developers',
3535
'Programming Language :: Python',
3636
'Programming Language :: Python :: 3',
37-
'Programming Language :: Python :: 3.7',
3837
'Programming Language :: Python :: 3.8',
3938
'Programming Language :: Python :: 3.9',
4039
'Programming Language :: Python :: 3.10',
40+
'Programming Language :: Python :: 3.11',
4141
'Topic :: Scientific/Engineering',
4242
'Topic :: Software Development :: Libraries',
4343
]

0 commit comments

Comments
 (0)