Skip to content

Commit

Permalink
Merge pull request #407 from TheHive-Project/401-remove-python-38-fro…
Browse files Browse the repository at this point in the history
…m-supported-versions

#401 - Remove support for python 3.8
  • Loading branch information
Kamforka authored Mar 5, 2025
2 parents 12e5d02 + 8923817 commit a78d753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "thehive4py"
description = "Python client for TheHive5"
version = "2.0.0b9"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = ["requests~=2.27"]
readme = "README.md"
keywords = ["thehive5", "api", "client"]
Expand All @@ -16,7 +16,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Natural Language :: English",
"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 a78d753

Please sign in to comment.