Skip to content

Commit

Permalink
Merge pull request #562 from simondeziel/python3.12
Browse files Browse the repository at this point in the history
github: add python 3.12 to test matrix
  • Loading branch information
tomponline authored Oct 4, 2023
2 parents 434c0a7 + 0279325 commit 9b3ec12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Tests
strategy:
matrix:
python-version: ["3.8", "3.10", "3.11"]
python-version: ["3.8", "3.10", "3.11", "3.12"]

runs-on: ubuntu-22.04
steps:
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ testing =
# mock-services is old and unmaintained. Doesn't work with newer versions
# of requests-mock. Thus, we have to pin it down.
requests-mock < 1.2
# Python 3.12 no longer installs `setuptools` in venv
# but mock-services depends on it for `pkg_resources`
setuptools
format =
black == 23.1.0
flake8 >= 2.5.0
Expand Down

0 comments on commit 9b3ec12

Please sign in to comment.