Skip to content

Commit

Permalink
Merge pull request #94 from yagays/feature/update-pendulum-3.0.0b1
Browse files Browse the repository at this point in the history
update pendulum version for python 3.12
  • Loading branch information
yagays authored Nov 4, 2023
2 parents 9d91aec + c93d9d9 commit 03c3a35
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 372 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: |
3.8
3.9
3.10
3.11
3.12
- name: Install dependencies
run: |
python -m pip install poetry tox
Expand Down
Loading

0 comments on commit 03c3a35

Please sign in to comment.