Skip to content

Commit ef220db

Browse files
committed
bump python_requires to 3.10
1 parent 7f29e50 commit ef220db

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

eng/templates/jobs/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ jobs:
44

55
strategy:
66
matrix:
7-
Python37:
8-
PYTHON_VERSION: '3.7'
9-
Python38:
10-
PYTHON_VERSION: '3.8'
11-
Python39:
12-
PYTHON_VERSION: '3.9'
137
Python310:
148
PYTHON_VERSION: '3.10'
159
Python311:

eng/templates/jobs/ci-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ jobs:
44

55
strategy:
66
matrix:
7-
python-37:
8-
PYTHON_VERSION: '3.7'
9-
python-38:
10-
PYTHON_VERSION: '3.8'
11-
python-39:
12-
PYTHON_VERSION: '3.9'
137
python-310:
148
PYTHON_VERSION: '3.10'
159
python-311:

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "azure-functions"
77
dynamic = ["version"]
8-
requires-python = ">=3.7"
8+
requires-python = ">=3.10"
99
authors = [{ name = "Azure Functions team at Microsoft Corp.", email = "[email protected]" }]
1010
description = "Python library for Azure Functions."
1111
readme = "README.md"
@@ -14,11 +14,11 @@ classifiers = [
1414
'License :: OSI Approved :: MIT License',
1515
'Intended Audience :: Developers',
1616
'Programming Language :: Python :: 3',
17-
'Programming Language :: Python :: 3.7',
18-
'Programming Language :: Python :: 3.8',
19-
'Programming Language :: Python :: 3.9',
2017
'Programming Language :: Python :: 3.10',
2118
'Programming Language :: Python :: 3.11',
19+
'Programming Language :: Python :: 3.12',
20+
'Programming Language :: Python :: 3.13',
21+
'Programming Language :: Python :: 3.14',
2222
'Operating System :: Microsoft :: Windows',
2323
'Operating System :: POSIX',
2424
'Operating System :: MacOS :: MacOS X',

0 commit comments

Comments
 (0)