Skip to content

Commit

Permalink
Add support for Python 3.11-312
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 3, 2024
1 parent eda0e60 commit 9b19f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip

- name: Install dependencies
Expand Down

0 comments on commit 9b19f03

Please sign in to comment.