Skip to content

Commit

Permalink
Remove Support for Python 3.8/3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
macanudo527 committed Jan 16, 2025
1 parent 666a713 commit b5a50a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ classifiers =
Intended Audience :: End Users/Desktop
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
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
Programming Language :: Python :: 3.13
Topic :: Office/Business :: Financial :: Accounting
Topic :: Utilities
Typing :: Typed
Expand All @@ -27,7 +26,6 @@ project_urls =
User Documentation = https://github.com/eprbell/dali-rp2/blob/main/README.md
Contact = https://eprbell.github.io/eprbell/about.html

# vcpy > 4.4.0 is only compatible with Python 3.10+
[options]
package_dir =
= src
Expand All @@ -46,7 +44,7 @@ install_requires =
pytz>=2021.3
requests>=2.26.0
rp2>=1.7.1
vcrpy==4.4.0
vcrpy

[options.extras_require]
dev =
Expand Down

0 comments on commit b5a50a2

Please sign in to comment.