run test in 3.12 as well

This commit is contained in:
Her Email 2023-11-18 20:45:39 -05:00 committed by Henri Dickson
parent 10abf92458
commit 51f06d4074

View file

@ -32,7 +32,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: ['3.11'] python-version: ['3.11', '3.12']
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}