Skip to content

Commit 0d0ba6c

Browse files
Merge pull request #22 from rohanmudgalkar/add-python-314
2 parents ed5b58b + 4a4a379 commit 0d0ba6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.9", "3.10","3.11","3.12","3.13"]
16+
python-version: ["3.10","3.11","3.12","3.13","3.14"]
1717
os: [ubuntu-20.04, macOS-latest]
1818

1919
steps:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ def read(fname):
2222
"tracer","dict-key-path-finder"
2323
],
2424
install_requires=["click"],
25-
python_requires=">=3.9",
25+
python_requires=">=3.10",
2626
classifiers=[
27-
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
3029
"Programming Language :: Python :: 3.12",
3130
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3232
"Operating System :: OS Independent",
3333
],
3434
include_package_data=True,

0 commit comments

Comments
 (0)