Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagovla committed Nov 12, 2023
1 parent b5306ef commit 6d6bad3
Show file tree
Hide file tree
Showing 4 changed files with 839 additions and 721 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8"]
python-version: ["3.10.13"]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.12
poetry-version: 1.6.1
- name: Install dependencies
run: poetry install
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.8.13
python 3.10.13
Loading

0 comments on commit 6d6bad3

Please sign in to comment.