Skip to content

Commit

Permalink
feat: Drop support for Python 3.7 (#1051)
Browse files Browse the repository at this point in the history
Fixes #1037
  • Loading branch information
kesara authored Nov 4, 2023
1 parent a5d46ad commit 18c45a9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- name: Checkout repository
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- name: Checkout repository
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

# strategy:
# matrix:
# python-version: ['3.7', '3.8', '3.9', '3.10']
# python-version: ['3.8', '3.9', '3.10']

# steps:
# - name: Checkout repository
Expand Down
3 changes: 0 additions & 3 deletions docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ RUN apt-get update --fix-missing && \
git \
vim \
less \
python3.7 \
python3.7-dev \
python3.7-distutils \
python3.8 \
python3.8-dev \
python3.8-distutils \
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ classifiers =
Topic :: Text Processing :: Markup :: XML
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ isolated_build = True

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
Expand Down

0 comments on commit 18c45a9

Please sign in to comment.