@@ -7,10 +7,10 @@ name = "ansys-dyna-core"
7
7
version = " 0.4.dev0"
8
8
description = " Python interface to LS-DYNA Service"
9
9
readme = " README.rst"
10
- requires-python = " >=3.8 ,<4"
11
- license = {file = " LICENSE" }
12
- authors = [{
name =
" ANSYS, Inc." ,
email =
" [email protected] " }]
13
- maintainers = [{
name =
" ANSYS, Inc." ,
email =
" [email protected] " }]
10
+ requires-python = " >=3.9 ,<4"
11
+ license = { file = " LICENSE" }
12
+ authors = [{
name =
" ANSYS, Inc." ,
email =
" [email protected] " }]
13
+ maintainers = [{
name =
" ANSYS, Inc." ,
email =
" [email protected] " }]
14
14
keywords = [" Ansys" , " LS-DYNA" , " gRPC" ]
15
15
classifiers = [
16
16
" Development Status :: 4 - Beta" ,
@@ -19,16 +19,13 @@ classifiers = [
19
19
" License :: OSI Approved :: MIT License" ,
20
20
" Operating System :: OS Independent" ,
21
21
" Programming Language :: Python :: 3" ,
22
- " Programming Language :: Python :: 3.8" ,
23
22
" Programming Language :: Python :: 3.9" ,
24
23
" Programming Language :: Python :: 3.10" ,
25
24
" Programming Language :: Python :: 3.11" ,
25
+ " Programming Language :: Python :: 3.12" ,
26
26
]
27
27
28
- dependencies = [
29
- " ansys-dpf-core>=0.7.2" ,
30
- " ansys-api-dyna==0.3.5" ,
31
- ]
28
+ dependencies = [" ansys-dpf-core>=0.7.2" , " ansys-api-dyna==0.3.5" ]
32
29
33
30
[project .optional-dependencies ]
34
31
tests = [
@@ -99,6 +96,4 @@ show_missing = true
99
96
[tool .pytest .ini_options ]
100
97
minversion = " 7.1"
101
98
addopts = " -ra --cov=ansys.dyna.core --cov-report html:.cov/html --cov-report xml:.cov/xml --cov-report term -vv"
102
- testpaths = [
103
- " tests" ,
104
- ]
99
+ testpaths = [" tests" ]
0 commit comments