Skip to content

Commit

Permalink
upgraded dependencies, hopefully support for python 3.12 through new …
Browse files Browse the repository at this point in the history
…pendulum
  • Loading branch information
rlittlefield committed Jun 4, 2024
1 parent 7d720ea commit 197a6c1
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 483 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
poetry-version: [1.1.11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.8.3"]
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading

0 comments on commit 197a6c1

Please sign in to comment.