Skip to content

Commit

Permalink
Merge pull request #32 from TankerHQ/tim/py312
Browse files Browse the repository at this point in the history
maint: Upgrade pyproject for Python 3.12
  • Loading branch information
tux3 authored Apr 10, 2024
2 parents 855adcd + 19e8813 commit c6669d2
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.11'
python-version: '3.12'
- name: Install and configure poetry
run: python -m pip install poetry
- name: Install python packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.11"
python-version: "3.12"
- name: Install and configure poetry
run: |
python -m pip install poetry
Expand Down
Loading

0 comments on commit c6669d2

Please sign in to comment.