Skip to content

Commit d44c25b

Browse files
committed
Test 3.12 on macOS
1 parent 6d813c9 commit d44c25b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
74+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
7575
steps:
7676
- name: Checkout
7777
uses: actions/checkout@v4
7878
- name: Setup python
7979
uses: actions/setup-python@v4
8080
with:
8181
python-version: ${{ matrix.python }}
82+
allow-prereleases: true
8283
cache: pip
8384
cache-dependency-path: test-requirements.txt
8485
- name: Run tests

0 commit comments

Comments
 (0)