Skip to content

Commit

Permalink
chore(workflow): update python version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiohiohio authored Nov 11, 2022
1 parent dd89a20 commit c511deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
- name: Load cache
uses: actions/cache@v2
id: cached-poetry-dependencies
Expand All @@ -39,7 +39,7 @@ jobs:
fail-fast: true
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11-dev" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
runs-on: ${{ matrix.os }}
steps:
#----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c511deb

Please sign in to comment.