Removing 3.7 support

This commit is contained in:
Jamie Hardt
2024-11-26 11:01:49 -08:00
parent 7d3a58bff8
commit c0d278e079
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}

View File

@@ -16,7 +16,6 @@ classifiers = [
'Topic :: Multimedia',
'Topic :: Multimedia :: Video',
'Topic :: Text Processing',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
@@ -29,7 +28,7 @@ repository = "https://github.com/iluvcapra/pycmx.git"
urls.Tracker = "https://github.com/iluvcapra/pycmx/issues"
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
[tool.poetry.extras]
doc = ['sphinx', 'sphinx_rtd_theme']