Skip to content

Commit

Permalink
Remove support for Python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Nov 12, 2024
1 parent edeb2e6 commit f46cdec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- os: ubuntu-latest
python: "3.9"
toxenv: py39
- os: ubuntu-latest
python: "3.8"
toxenv: py38
# windows
- os: windows-latest
python: "3.12"
Expand All @@ -42,9 +39,6 @@ jobs:
- os: windows-latest
python: "3.9"
toxenv: py39
- os: windows-latest
python: "3.8"
toxenv: py38
# macos
- os: macos-latest
python: "3.12"
Expand All @@ -58,12 +52,9 @@ jobs:
- os: macos-latest
python: "3.9"
toxenv: py39
- os: macos-latest
python: "3.8"
toxenv: py38
# misc
- os: ubuntu-latest
python: "3.11"
python: "3.12"
toxenv: pylama

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ def get_version():
"Topic :: System :: Software Distribution",
"Topic :: Utilities",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
keywords='mozilla',
author='Mozilla Automation and Testing Team',
Expand Down

0 comments on commit f46cdec

Please sign in to comment.