Skip to content

Commit 6914433

Browse files
committed
Merge branch 'remove_python_3.9' into add_lookback_days
2 parents d3360c6 + 1e10b69 commit 6914433

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
6161
"Operating System :: POSIX",
6262
"Operating System :: Unix",
63-
"Programming Language :: Python :: 3.9",
6463
"Programming Language :: Python :: 3.10",
6564
"Programming Language :: Python :: 3.11",
6665
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)