Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
- drop support for 3.9
- add support for 3.13
  • Loading branch information
carlkidcrypto committed Jan 8, 2025
1 parent 4150d78 commit 90fa7ec
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description-file = README.md
license_files = LICENSE
name = purpleair_api
version = 1.2.0
version = 1.3.0
author = Carlos Santos
author_email = [email protected]
license = MIT
Expand All @@ -20,6 +20,10 @@ long_description_content_type = text/markdown
platforms = Windows 32/64, Linux 32/64, MacOS 32/64

[options]
python_requires = >=3.8
packages = purpleair_api
install_requires = requests
install_requires = requests
python_requires = >=3.9,<3.14

[tool:black]
line-length = 100
target-version = ['py39', 'py310', 'py311', 'py312', 'py313']

0 comments on commit 90fa7ec

Please sign in to comment.