Skip to content

Commit

Permalink
Change python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Apr 2, 2023
1 parent eabc321 commit f5dad31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
main:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9"]
runs-on: ubuntu-latest
env:
POETRY_VIRTUALENVS_IN_PROJECT: true
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: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"
- name: Install poetry
run: pip install poetry==1.4.1
- name: Poetry install
Expand Down

0 comments on commit f5dad31

Please sign in to comment.