Skip to content

Commit

Permalink
fixup! fixup! Add Python 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Apr 18, 2024
1 parent 79c67b4 commit a331843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install coveralls 'tox<4.0.0' tox-factor
python -m pip install coveralls 'tox<4.0.0' tox-factor setuptools
- name: Run tests
run: |
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ deps=
lint: types-requests
lint: types-Flask
lint: types-contextvars
py312: setuptools

commands =
pytest --doctest-modules bugsnag --doctest-ignore-import-errors
Expand Down

0 comments on commit a331843

Please sign in to comment.