Skip to content

Commit

Permalink
build: drop py3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed May 20, 2024
1 parent 584d2b0 commit 9c48e6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
fail-fast: true
matrix:
py-version-img: [
["3.8", "3.8-slim-bookworm"],
["3.9", "3.9-slim-bookworm"],
["3.10", "3.10-slim-bookworm"],
["3.11", "3.11-slim-bookworm"]
Expand Down Expand Up @@ -82,7 +81,6 @@ jobs:
fail-fast: true
matrix:
py-version-img-tag: [
["3.8", "3.8-slim-bookworm", ""],
["3.9", "3.9-slim-bookworm", ""],
["3.10", "3.10-slim-bookworm", ""],
["3.11", "3.11-slim-bookworm", "latest"],
Expand Down
6 changes: 3 additions & 3 deletions examples/petstore-access-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ Some notes:
> version of Python, you can set the Python image to be used as FOCA's base
> image by defining the environment variable `PETSTORE_PY_IMAGE` before
> executing the build command. For example:
>
>
> ```bash
> export PETSTORE_PY_IMAGE=3.8-slim-buster
> export PETSTORE_PY_IMAGE=3.11-slim-bookworm
> ```
>
>
> * In case Docker complains about port conflicts or if any of the used ports
> are blocked by a firewall, you will need to re-map the conflicting port(s) in
> the [Docker Compose config][app-docker-compose]. In particular, for each of
Expand Down
6 changes: 3 additions & 3 deletions examples/petstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Some notes:
> version of Python, you can set the Python image to be used as FOCA's base
> image by defining the environment variable `PETSTORE_PY_IMAGE` before
> executing the build command. For example:
>
>
> ```bash
> export PETSTORE_PY_IMAGE=3.8-slim-buster
> export PETSTORE_PY_IMAGE=3.11-slim-bookworm
> ```
>
>
> * In case Docker complains about port conflicts or if any of the used ports
> are blocked by a firewall, you will need to re-map the conflicting port(s) in
> the [Docker Compose config][app-docker-compose]. In particular, for each of
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 9c48e6a

Please sign in to comment.