Skip to content

Commit

Permalink
chore: drop EOLed Python 3.8, switch to 3.9 where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 19, 2024
1 parent 5eeb5dd commit 770170d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- ubuntu-latest
- windows-latest
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand All @@ -28,10 +27,10 @@ jobs:
- py
include:
- os: ubuntu-latest
python-version: '3.8'
python-version: '3.9'
toxenv: py-dev
- os: ubuntu-latest
python-version: '3.8'
python-version: '3.9'
toxenv: lint
steps:
- name: Check out repository
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ classifiers =
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand All @@ -39,7 +38,7 @@ project_urls =
packages = find:
package_dir =
=src
python_requires = >=3.8
python_requires = >=3.9
install_requires =
joblib ~= 1.1
platformdirs
Expand Down

0 comments on commit 770170d

Please sign in to comment.