Skip to content

Commit

Permalink
Bump min Python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Mar 28, 2023
1 parent 3a1cd54 commit bb5dfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "asdf-pydantic"
description = 'Create ASDF tags with pydantic models'
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license-files = {paths = ["LICENSE"]}
keywords = []
authors = [
Expand All @@ -15,7 +15,6 @@ authors = [
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -41,6 +40,7 @@ path = "asdf_pydantic/__version__.py"

# Default Environment
[tool.hatch.envs.default]
python = "3.9"
dependencies = [
"ipython",
"pytest",
Expand Down

0 comments on commit bb5dfab

Please sign in to comment.