Skip to content

Commit e7e834f

Browse files
author
chris
committed
updated pyproject.toml
1 parent 428563d commit e7e834f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: [3.8, 3.9, 3.11, 3.12.3]
13+
python-version: [3.9, 3.11, 3.12.3]
1414
os: [ubuntu-latest, windows-latest]
1515

1616
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = [
2222
]
2323

2424
[tool.poetry.dependencies]
25-
python = "^3.8"
25+
python = "^3.9"
2626
pandas = "^2.0"
2727
scipy = ">=1.4.1"
2828
scikit-learn = "^1.4.0"

0 commit comments

Comments
 (0)