File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,15 @@ jobs:
36
36
fail-fast : false # allow tests to run on all platforms
37
37
matrix :
38
38
python-version :
39
- - " pypy-3.7"
40
39
- " pypy-3.8"
41
40
- " pypy-3.9"
42
41
- " pypy-3.10"
43
- - " 3.7"
44
42
- " 3.8"
45
43
- " 3.9"
46
44
- " 3.10"
47
45
- " 3.11"
48
46
- " 3.12"
47
+ - " 3.13"
49
48
os :
50
49
- ubuntu-latest
51
50
- windows-latest
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ maintainers = [
15
15
]
16
16
17
17
# Dependency Information
18
- requires-python = " >=3.7 "
18
+ requires-python = " >=3.8 "
19
19
dependencies = [
20
20
" typing_extensions" ,
21
21
]
@@ -29,7 +29,6 @@ classifiers = [
29
29
" License :: OSI Approved :: BSD License" ,
30
30
" Operating System :: OS Independent" ,
31
31
" Programming Language :: Python :: 3 :: Only" ,
32
- " Programming Language :: Python :: 3.7" ,
33
32
" Programming Language :: Python :: 3.8" ,
34
33
" Programming Language :: Python :: 3.9" ,
35
34
" Programming Language :: Python :: 3.10" ,
@@ -44,6 +43,10 @@ classifiers = [
44
43
GitHub = " https://github.com/nhairs/python-json-logger"
45
44
46
45
[project .optional-dependencies ]
46
+ orjson = [
47
+ " orjson" ,
48
+ ]
49
+
47
50
dev = [
48
51
# # Optional but required for dev
49
52
" orjson" ,
You can’t perform that action at this time.
0 commit comments