Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 6, 2023
1 parent 5fb166b commit 697edd1
Show file tree
Hide file tree
Showing 4 changed files with 661 additions and 681 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
- develop

env:
POETRY_VERSION: "1.6.1"
POETRY_VERSION: "1.7.0"
MAIN_PYTHON_VERSION: "3.9"

jobs:
ci:
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11"]
python_version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
POETRY_VERSION: "1.6.1"
POETRY_VERSION: "1.7.0"

jobs:
build:
Expand Down
Loading

0 comments on commit 697edd1

Please sign in to comment.