Skip to content

Commit

Permalink
feat: drop python 3.7 support (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Feb 7, 2024
1 parent dfc9b8d commit 4877829
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 195 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -36,13 +36,13 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
os:
- ubuntu-latest
- macos-latest
Expand All @@ -56,7 +56,13 @@ jobs:
- os: windows-latest
extension: use_cython
- os: windows-latest
python-version: "pypy-3.7"
python-version: "pypy-3.8"
- os: windows-latest
python-version: "pypy-3.9"
- os: macos-latest
python-version: "pypy-3.8"
- os: macos-latest
python-version: "pypy-3.9"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4877829

Please sign in to comment.