Skip to content

Commit

Permalink
Drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Oct 17, 2024
1 parent bc3551f commit 84421ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
include:
- {
name: "3.8-ma3",
python: "3.8",
name: "3.9-ma3",
python: "3.9",
os: ubuntu-latest,
tox: py38-marshmallow3,
tox: py39-marshmallow3,
}
- {
name: "3.12-ma3",
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"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 @@ -31,7 +30,7 @@ keywords = [
"rest",
"api",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = ["packaging>=21.3"]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist=
lint
py{38,39,310,311,312}-marshmallow3
py{39,310,311,312}-marshmallow3
py312-marshmallowdev
docs

Expand Down

0 comments on commit 84421ac

Please sign in to comment.