Skip to content

Commit 8aedea5

Browse files
committed
Fix #333: Drop support for Python 3.7 and 3.8.
1 parent c403f9f commit 8aedea5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ permissions:
88
jobs:
99
main:
1010
name: Python ${{ matrix.python }}
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
15+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0

setup.cfg

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ classifiers =
1616
Operating System :: OS Independent
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.7
20-
Programming Language :: Python :: 3.8
2119
Programming Language :: Python :: 3.9
2220
Programming Language :: Python :: 3.10
2321
Programming Language :: Python :: 3.11

0 commit comments

Comments
 (0)