Skip to content

Commit

Permalink
Drop Python 3.6 and 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Aug 29, 2023
1 parent 3ee5ba7 commit 544bfc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-20.04]
python_version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ of RobotPy's various wrapper libraries, chiefly around:
* Autogenerating pybind11 wrappers around those dependencies
* Building wheels from those generated wrappers

Requires Python 3.6+
Requires Python 3.8+

Documentation
-------------
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3 :: Only
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
Expand Down Expand Up @@ -41,7 +39,7 @@ install_requires =
dataclasses; python_version < '3.7'
delocate; platform_system == 'Darwin'
distro; platform_system == 'Linux'
python_requires = >=3.6
python_requires = >=3.8

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 544bfc9

Please sign in to comment.