Skip to content

Commit

Permalink
chore: update python
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremad committed Nov 22, 2023
1 parent 56f2c50 commit 75c3d3d
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 668 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -24,10 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install poetry
uses: snok/install-poetry@v1.3.3
- name: install dependencies
Expand Down
Loading

0 comments on commit 75c3d3d

Please sign in to comment.