Skip to content

Commit

Permalink
require python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaddow committed Jul 24, 2024
1 parent 06cd6da commit 4e8c7b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "opuscleaner"
description = ''
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.9"
license = "MIT"
keywords = []
authors = [
Expand All @@ -15,8 +15,6 @@ authors = [
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -55,7 +53,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=opuscl
no-cov = "cov --no-cov {args}"

[[tool.hatch.envs.test.matrix]]
python = ["37", "38", "39", "310", "311"]
python = ["39", "310", "311"]

[tool.hatch.build]
include = [
Expand Down

0 comments on commit 4e8c7b4

Please sign in to comment.