Skip to content

Commit 197a6c1

Browse files
committed
upgraded dependencies, hopefully support for python 3.12 through new pendulum
1 parent 7d720ea commit 197a6c1

File tree

3 files changed

+313
-483
lines changed

3 files changed

+313
-483
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: [3.7, 3.8, 3.9, "3.10"]
23-
poetry-version: [1.1.11]
22+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
23+
poetry-version: ["1.8.3"]
2424
os: [ubuntu-18.04, macos-latest, windows-latest]
2525
runs-on: ${{ matrix.os }}
2626
steps:

0 commit comments

Comments
 (0)