Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Remove Python 3.7 and upgrade to poetry 1.6 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
duffn authored Aug 21, 2023
1 parent 202a33e commit 3d5cec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "main"

env:
POETRY_VERSION: 1.5.1
POETRY_VERSION: 1.6.1

jobs:
generate:
Expand Down Expand Up @@ -55,13 +55,6 @@ jobs:
- "bullseye"
- "slim"
version:
- "3.7"
- "3.7.12"
- "3.7.13"
- "3.7.14"
- "3.7.15"
- "3.7.16"
- "3.7.17"
- "3.8"
- "3.8.12"
- "3.8.13"
Expand Down
9 changes: 1 addition & 8 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@

BASE_IMAGES = ["alpine", "buster", "bullseye", "slim"]
PYTHON_VERSIONS = [
"3.7",
"3.7.12",
"3.7.13",
"3.7.14",
"3.7.15",
"3.7.16",
"3.7.17",
"3.8",
"3.8.12",
"3.8.13",
Expand Down Expand Up @@ -50,7 +43,7 @@
"3.11.3",
"3.11.4",
]
POETRY_VERSION = "1.5.1"
POETRY_VERSION = "1.6.1"

logging.basicConfig(
level="INFO", format="%(levelname)s:%(name)s:%(lineno)d:%(message)s"
Expand Down

0 comments on commit 3d5cec4

Please sign in to comment.