Skip to content

Commit 8c2987f

Browse files
authored
Try testing against python 3.12 (#1282)
1 parent acf6390 commit 8c2987f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/python-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
python-version: "pypy-3.8"
2727
- os: macos-latest
2828
python-version: "3.10"
29+
- os: ubuntu-latest
30+
python-version: "3.12"
2931
steps:
3032
- name: Checkout
3133
uses: actions/checkout@v3

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ filterwarnings = [
273273
"always:unclosed <socket.socket:ResourceWarning",
274274
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
275275
"ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning",
276+
"ignore:datetime.utcfromtimestamp:DeprecationWarning",
277+
"ignore:datetime.utcnow:DeprecationWarning",
278+
# ignore pytest warnings.
279+
"ignore:::_pytest",
276280
]
277281

278282
[tool.coverage.report]

0 commit comments

Comments
 (0)