Skip to content

Commit

Permalink
Try testing against python 3.12 (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 19, 2023
1 parent acf6390 commit 8c2987f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
python-version: "pypy-3.8"
- os: macos-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.12"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ filterwarnings = [
"always:unclosed <socket.socket:ResourceWarning",
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
"ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning",
"ignore:datetime.utcfromtimestamp:DeprecationWarning",
"ignore:datetime.utcnow:DeprecationWarning",
# ignore pytest warnings.
"ignore:::_pytest",
]

[tool.coverage.report]
Expand Down

0 comments on commit 8c2987f

Please sign in to comment.