Skip to content

Commit

Permalink
fix: drop official 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Dec 15, 2024
1 parent eb2a66a commit fcac879
Show file tree
Hide file tree
Showing 4 changed files with 4,604 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.8"]
python-version: ["3.9", "3.10"]

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand Down
15 changes: 0 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,10 @@ repos:
hooks:
- id: add-trailing-comma

# - repo: https://github.com/PyCQA/docformatter
# rev: v1.6.0.rc1
# hooks:
# - id: docformatter
# args:
# [
# --in-place,
# --pre-summary-space,
# --wrap-descriptions,
# "80",
# --wrap-summaries,
# "80",
# ]

- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
#args: [--line-length, "88"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]

Expand All @@ -42,7 +41,7 @@ dependencies = [
"pydantic>=2.0",
]

requires-python = ">=3.8"
requires-python = ">=3.9"

[project.urls]
homepage = "https://hlasse.github.io/TextDescriptives/"
Expand Down
Loading

0 comments on commit fcac879

Please sign in to comment.