1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Enable testing on Python 3.12

This commit is contained in:
Michał Górny
2023-08-02 20:36:05 +02:00
committed by Jair Henrique
parent c9da7a102f
commit d90cea0260
2 changed files with 6 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.8"]
steps:
- uses: actions/checkout@v3.5.2