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

Commit

Permalink
Update Python versions (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
duffn committed Aug 21, 2023
1 parent c2a2bec commit 202a33e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .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.6.1
POETRY_VERSION: 1.5.1

jobs:
generate:
Expand Down Expand Up @@ -61,12 +61,14 @@ jobs:
- "3.7.14"
- "3.7.15"
- "3.7.16"
- "3.7.17"
- "3.8"
- "3.8.12"
- "3.8.13"
- "3.8.14"
- "3.8.15"
- "3.8.16"
- "3.8.17"
- "3.9"
- "3.9.9"
- "3.9.10"
Expand All @@ -76,6 +78,7 @@ jobs:
- "3.9.14"
- "3.9.15"
- "3.9.16"
- "3.9.17"
- "3.10"
- "3.10.0"
- "3.10.1"
Expand All @@ -89,11 +92,13 @@ jobs:
- "3.10.9"
- "3.10.10"
- "3.10.11"
- "3.10.12"
- "3.11"
- "3.11.0"
- "3.11.1"
- "3.11.2"
- "3.11.3"
- "3.11.4"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
7 changes: 6 additions & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
"3.7.14",
"3.7.15",
"3.7.16",
"3.7.17",
"3.8",
"3.8.12",
"3.8.13",
"3.8.14",
"3.8.15",
"3.8.16",
"3.8.17",
"3.9",
"3.9.9",
"3.9.10",
Expand All @@ -26,6 +28,7 @@
"3.9.14",
"3.9.15",
"3.9.16",
"3.9.17",
"3.10",
"3.10.0",
"3.10.1",
Expand All @@ -39,13 +42,15 @@
"3.10.9",
"3.10.10",
"3.10.11",
"3.10.12",
"3.11",
"3.11.0",
"3.11.1",
"3.11.2",
"3.11.3",
"3.11.4",
]
POETRY_VERSION = "1.6.1"
POETRY_VERSION = "1.5.1"

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

0 comments on commit 202a33e

Please sign in to comment.