diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5a8734b..bff4c78 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index 3e2a392..5029ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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']