Skip to content

Commit

Permalink
Merge pull request #27 from candleindark/up-python
Browse files Browse the repository at this point in the history
Drop 3.9 as a supported Python version
  • Loading branch information
candleindark authored Nov 23, 2024
2 parents 6b965cf + 45068b7 commit 8b383f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "dandisets-linkml-status-tools"
dynamic = ["version"]
description = 'Tools for reporting the status of the translation of DANDI schemas from Pydantic definitions to LinkML definitions'
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = "MIT" # todo: Is this the correct license?
keywords = []
authors = [
Expand All @@ -16,7 +16,6 @@ authors = [
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down Expand Up @@ -46,7 +45,7 @@ path = "src/dandisets_linkml_status_tools/__about__.py"
allow-direct-references = true

[tool.hatch.envs.default]
python = "3.9"
python = "3.10"

[tool.hatch.envs.test]
dependencies = [
Expand Down

0 comments on commit 8b383f1

Please sign in to comment.