Skip to content

Commit 968627a

Browse files
committed
API: bump minimum Python to match SPEC0
1 parent 465a7cb commit 968627a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.11', '3.12', '3.11']
1616
fail-fast: false
1717
steps:
1818

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# NOTE: This file must remain Python 2 compatible for the foreseeable future,
88
# to ensure that we error out properly for people with outdated setuptools
99
# and/or pip.
10-
min_version = (3, 7)
10+
min_version = (3, 11)
1111
if sys.version_info < min_version:
1212
error = """
1313
mpl-gui does not support Python {0}.{1}.

0 commit comments

Comments
 (0)