Skip to content

Commit

Permalink
[poetry] minimal python version is now 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Dec 12, 2023
1 parent e01e097 commit 78ea2a2
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
images:
# Configuration for bullseye
- { PYTHON_IMAGE: "python:3.9", POSTGRES_IMAGE: "postgres:13" }
- { PYTHON_IMAGE: "python:3.10", POSTGRES_IMAGE: "postgres:13" }
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 78ea2a2

Please sign in to comment.