Skip to content

Commit

Permalink
remove support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Oct 1, 2024
1 parent 22f4022 commit 82a4368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
numpy-pandas-version: [">=1.0, <2.0", ">=2.0, <3.0"]

exclude:
- python-version: "3.8"
numpy-pandas-version: ">=2.0, <3.0"

fail-fast: false

runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "hyperactive"
version = "4.8.1"
description = "An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {file = "LICENSE"}
keywords = ["visualization", "data-science"]
authors = [
Expand All @@ -21,7 +21,6 @@ maintainers = [
]
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 82a4368

Please sign in to comment.