Skip to content

Commit 9cbfd8e

Browse files
Update CI python versions (#31)
* test 3.9 -> 3.13 * update classifiers * version bump * update deps * update pytest deps * working httpx + mock --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent f1e4cdc commit 9cbfd8e

File tree

3 files changed

+481
-667
lines changed

3 files changed

+481
-667
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
os: [ubuntu-latest, macos-latest, windows-latest]
68-
python-version: [3.7, 3.8, 3.9, '3.10']
68+
python-version: [3.9, '3.10', '3.11', '3.12']
6969

7070
runs-on: ${{ matrix.os }}
7171

0 commit comments

Comments
 (0)