@@ -12,11 +12,11 @@ classifiers = [
12
12
" Natural Language :: English" ,
13
13
" Programming Language :: Python" ,
14
14
" Programming Language :: Python :: 3" ,
15
- " Programming Language :: Python :: 3.8" ,
16
15
" Programming Language :: Python :: 3.9" ,
17
16
" Programming Language :: Python :: 3.10" ,
18
17
" Programming Language :: Python :: 3.11" ,
19
- " Programming Language :: Python :: 3.12"
18
+ " Programming Language :: Python :: 3.12" ,
19
+ " Programming Language :: Python :: 3.13"
20
20
]
21
21
dependencies = [
22
22
" requests >=2.6.0, <3.0"
@@ -29,7 +29,7 @@ maintainers = [
29
29
]
30
30
name = " prawcore"
31
31
readme = " README.rst"
32
- requires-python = " ~=3.8 "
32
+ requires-python = " ~=3.9 "
33
33
34
34
[project .optional-dependencies ]
35
35
ci = [" coveralls" ]
@@ -40,7 +40,7 @@ dev = [
40
40
]
41
41
lint = [
42
42
" pre-commit" ,
43
- " ruff ==0.1 .*"
43
+ " ruff ==0.9 .*"
44
44
]
45
45
test = [
46
46
" betamax >=0.8, <0.9" ,
@@ -52,16 +52,8 @@ test = [
52
52
"Issue Tracker" = " https://github.com/praw-dev/prawcore/issues"
53
53
"Source Code" = " https://github.com/praw-dev/prawcore"
54
54
55
- [tool .black ]
56
- extend_exclude = ' /(\.venv.*)/'
57
- line-length = 88
58
-
59
- [tool .isort ]
60
- profile = ' black'
61
- skip_glob = ' .venv*'
62
-
63
55
[tool .ruff ]
64
- target-version = " py38 "
56
+ target-version = " py39 "
65
57
include = [
66
58
" prawcore/*.py"
67
59
]
0 commit comments