File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ jobs:
38
38
fail-fast : false
39
39
matrix :
40
40
os : [ubuntu-latest, windows-latest, macos-latest]
41
- python-version : ["3.8", "3.11 "]
41
+ python-version : ["3.8", "3.12 "]
42
42
include :
43
43
- os : windows-latest
44
- python-version : " 3.9 "
44
+ python-version : " 3.11 "
45
45
- os : ubuntu-latest
46
- python-version : " pypy-3.8 "
46
+ python-version : " pypy-3.9 "
47
47
- os : ubuntu-latest
48
48
python-version : " 3.10"
49
49
- os : macos-latest
50
- python-version : " 3.8 "
50
+ python-version : " 3.9 "
51
51
steps :
52
52
- uses : actions/checkout@v4
53
53
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
Original file line number Diff line number Diff line change @@ -16,11 +16,7 @@ classifiers = [
16
16
" License :: OSI Approved :: BSD License" ,
17
17
" Operating System :: OS Independent" ,
18
18
" Programming Language :: Python" ,
19
- " Programming Language :: Python :: 3" ,
20
- " Programming Language :: Python :: 3.8" ,
21
- " Programming Language :: Python :: 3.9" ,
22
- " Programming Language :: Python :: 3.10" ,
23
- " Programming Language :: Python :: 3.11" ,
19
+ " Programming Language :: Python :: 3"
24
20
]
25
21
requires-python = " >=3.8"
26
22
dependencies = [
@@ -143,6 +139,9 @@ timeout_method = "thread"
143
139
filterwarnings = [
144
140
# Fail on warnings
145
141
" error" ,
142
+ # from python-dateutil
143
+ " ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning" ,
144
+ " ignore:datetime.datetime.utcnow:DeprecationWarning" ,
146
145
]
147
146
148
147
[tool .coverage .report ]
You can’t perform that action at this time.
0 commit comments