Skip to content

Commit

Permalink
Drop support for end-of-life Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 23, 2024
1 parent 27c9d5e commit 393e7b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -4,10 +4,10 @@ on: [push]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -17,7 +17,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >= 3.6
python_requires = >= 3.8
[options.packages.find]
where = src
Expand Down

0 comments on commit 393e7b5

Please sign in to comment.