Skip to content

Commit

Permalink
Support Python 3.12 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrslev authored Oct 24, 2023
1 parent 463623b commit a28bf9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12

- name: Cache
uses: actions/cache@v3
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12

- name: Cache
uses: actions/cache@v3
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

env:
LD_LIBRARY_PATH: /usr/local/lib
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12

- name: Install Coverage
run: pip install -U coverage[toml]
Expand Down

0 comments on commit a28bf9e

Please sign in to comment.