Browse Source

ci(tests): test with Python 3.12 (#345)

tags/v0.10.13
Deuchnord 5 months ago
committed by GitHub
parent
commit
89c7975f79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/tests.yml

+ 1
- 0
.github/workflows/tests.yml View File

@@ -24,6 +24,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:


Loading…
Cancel
Save