Commit 2ab8e4c 1 parent f7fb239 commit 2ab8e4c Copy full SHA for 2ab8e4c
File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 28
28
- name : Setup Python
29
29
uses : actions/setup-python@v5
30
30
with :
31
- python-version : 3.8
31
+ python-version : ' 3.9 '
32
32
33
33
- name : Install Graphviz
34
34
shell : bash
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v4
10
10
- uses : actions/setup-python@v5
11
11
with :
12
- python-version : ' 3.8 '
12
+ python-version : ' 3.9 '
13
13
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 17
17
- name : Setup Python
18
18
uses : actions/setup-python@v5
19
19
with :
20
- python-version : 3.8
20
+ python-version : ' 3.9 '
21
21
22
22
- name : Install Python dependencies
23
23
run : |
44
44
- name : Setup Python
45
45
uses : actions/setup-python@v5
46
46
with :
47
- python-version : 3.8
47
+ python-version : ' 3.9 '
48
48
49
49
- name : Install Graphviz
50
50
shell : bash
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ dependencies = [
15
15
" chevron" ,
16
16
]
17
17
18
- requires-python = " >=3.8 "
18
+ requires-python = " >=3.9 "
19
19
20
20
classifiers = [
21
21
" Development Status :: 5 - Production/Stable" ,
22
22
23
23
" License :: OSI Approved :: Apache Software License" ,
24
24
25
- " Programming Language :: Python :: 3.8" ,
26
25
" Programming Language :: Python :: 3.9" ,
27
26
" Programming Language :: Python :: 3.10" ,
28
- " Programming Language :: Python :: 3.11"
27
+ " Programming Language :: Python :: 3.11" ,
28
+ " Programming Language :: Python :: 3.12" ,
29
29
]
30
30
31
31
[project .urls ]
@@ -55,6 +55,5 @@ build-backend = "setuptools.build_meta"
55
55
[tool .setuptools ]
56
56
include-package-data = true
57
57
58
-
59
58
[tool .black ]
60
59
line-length = 120
You can’t perform that action at this time.
0 commit comments