File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : ["3.8 ", "3.9", "3.10 "]
14
+ python-version : ["3.10 ", "3.11 "]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
26
26
runs-on : ubuntu-latest
27
27
strategy :
28
28
matrix :
29
- python-version : ["3.8 ", "3.9", "3.10 "]
29
+ python-version : ["3.10 ", "3.11 "]
30
30
31
31
steps :
32
32
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ description = "Causal inference for quasi-experiments in Python"
18
18
readme = " README.md"
19
19
license = { file = " LICENSE" }
20
20
authors = [{
name =
" Ben Vincent" ,
email =
" [email protected] " }]
21
- requires-python = " >=3.8 "
21
+ requires-python = " >=3.10 "
22
22
23
23
# This field lists other packages that your project depends on to run.
24
24
# Any package you put here will be installed by pip when your project is
@@ -115,5 +115,5 @@ badge-format = "svg"
115
115
116
116
[tool .ruff .lint ]
117
117
extend-select = [
118
- " I" , # isort
118
+ " I" , # isort
119
119
]
You can’t perform that action at this time.
0 commit comments