Skip to content

Commit

Permalink
Fix versioning issue and drop support for Python 3.8 due to end-of-life.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan-karlas committed Jul 5, 2024
1 parent e2d0928 commit b8e328c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-datascope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,7 @@ on:
default: true

env:
python-version: "3.8"
python-version: "3.9"

jobs:
test:
Expand All @@ -28,7 28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 80,7 @@ on:
default: "PYPI_TEST_API_TOKEN_DATASCOPE"

env:
python-version: "3.8"
python-version: "3.9"

jobs:
version:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
# Main package dependencies
numpy >= 2.0
scikit-learn >= 1.3
scipy >= 1.14
scipy >= 1.13
pandas >= 1.3
#ray >= 1.9
matplotlib >= 3.9
Expand Down

0 comments on commit b8e328c

Please sign in to comment.