Skip to content

Commit 9ce289f

Browse files
chore: update supported Python version to >=3.10
1 parent 36b9e1c commit 9ce289f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# http://pypi.python.org/pypi/setuptools
2323
NAME = "data-bridges-client"
2424
VERSION = "7.0.0"
25-
PYTHON_REQUIRES = ">=3.9"
25+
PYTHON_REQUIRES = ">=3.10"
2626
REQUIRES = [
2727
"urllib3 >= 1.25.3, < 2.1.0",
2828
"python-dateutil",

0 commit comments

Comments
 (0)