Skip to content

Commit

Permalink
Merge pull request #424 from mjcaley/python3.12
Browse files Browse the repository at this point in the history
Add support for Python 3.12
Closes #422
  • Loading branch information
mjcaley committed Oct 5, 2023
2 parents acc6a3c + 340993f commit 45db04f
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 461 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12-dev'
python-version: '3.13-dev'
cache: 'poetry'
- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Install Poetry
Expand Down

0 comments on commit 45db04f

Please sign in to comment.