From 68cf7ad727d4765b2d66b3a069b375857a64518b Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 5 Feb 2025 08:12:58 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5313ef5..92806b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,10 +17,10 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "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", + "Programming Language :: Python :: 3.12" ] packages = [ { include = "address" } @@ -32,7 +32,7 @@ python = ">=3.5" Django = ">=2.1" [tool.poetry.dev-dependencies] -black = {version = ">=21.7b0", python = ">=3.6.2"} +black = {version = ">=21.7b0", python = ">=3.9"} flake8 = "^3.9.2" [tool.black]