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:
max-parallel: 4
matrix:
python-version: ['3.11']
python-version: ['3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}