Skip to content

Commit

Permalink
Drop old versions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Jan 5, 2025
1 parent b970a2e commit 4ddfc3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9, 3.10, 3.11, 3.12]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
cloudpickle

# Require a specific Python version, e.g. Python 2.7 or >= 3.4
python_requires = >= 3.7
python_requires = >= 3.9

[options.packages.find]
where = .
Expand Down

0 comments on commit 4ddfc3c

Please sign in to comment.