add python versions

This commit is contained in:
sneakers-the-rat 2024-07-01 23:58:00 -07:00
parent 1d6584573a
commit 74912e2d70
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
python-version: [3.11]
python-version: ["3.10", "3.11", "3.12"]
runs-on: ubuntu-latest