Skip to content

Commit

Permalink
ci: include python 3.12
Browse files Browse the repository at this point in the history
* run test pipeline on python 3.12

* run deploy pipeline on python 3.12
  • Loading branch information
amundfr committed Apr 5, 2024
1 parent 5329c95 commit cbca6ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- name: install poetry
run: |
python -m pip install --upgrade pip wheel pipx
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- name: install poetry
run: |
python -m pip install --upgrade pip wheel pipx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: ['3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cbca6ef

Please sign in to comment.