Skip to content

Commit

Permalink
Added py 3.12 to pr tests and removed unnecessary versions
Browse files Browse the repository at this point in the history
  • Loading branch information
petoa committed Sep 10, 2024
1 parent 2b91ce7 commit 34d739c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, '3.10', 3.11]
python-version: [3.7, '3.10', 3.12]
fail-fast: false

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
from contextlib import contextmanager
from unittest import mock
from imp import reload
from importlib import reload

import pytest

Expand Down

0 comments on commit 34d739c

Please sign in to comment.