File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
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.10', 3.11]
14
+ python-version : ['3.10', 3.11, 3.12 ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
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.10', 3.11]
14
+ python-version : ['3.10', 3.11, 3.12 ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
19
19
' Operating System :: OS Independent' ,
20
20
' Programming Language :: Python :: 3.10' ,
21
21
' Programming Language :: Python :: 3.11' ,
22
+ ' Programming Language :: Python :: 3.12' ,
22
23
]
23
24
dependencies = [
24
25
' libensemble >= 1.3.0' ,
@@ -56,7 +57,7 @@ include = [
56
57
57
58
[tool .black ]
58
59
line-length = 80
59
- target-version = [' py39 ' , ' py310 ' , ' py311 ' ]
60
+ target-version = [' py310 ' , ' py311 ' , ' py312 ' ]
60
61
61
62
[tool .pydocstyle ]
62
63
convention = " numpy"
You can’t perform that action at this time.
0 commit comments