1
1
[build-system ]
2
- requires = [" Cython ~= 0.29.0" , " setuptools ~= 67.7.0" , " wheel ~= 0.40.0" ]
2
+ requires = [" Cython ~= 0.29.0" , " setuptools ~= 67.7.0" , " wheel ~= 0.40.0" , " importlib-metadata " ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
@@ -11,7 +11,7 @@ license = { file = "LICENSES/Apache-2.0.txt" }
11
11
description = " Python bindings for SAP NetWeaver RFC SDK"
12
12
authors = [ { name = " SAP SE" } ]
13
13
maintainers = [ { name = " Srdjan Boskovic" , email = " srdjan.boskovic@sap.com" } ]
14
- requires-python = " >=3.7"
14
+ requires-python = " >=3.7,<3.8 "
15
15
keywords = [" pyrfc" , " sap" , " nwrfc" , " sapnwrfc" , " abap" ]
16
16
classifiers = [
17
17
" Topic :: Software Development :: Build Tools" ,
@@ -24,10 +24,6 @@ classifiers = [
24
24
" Programming Language :: Cython" ,
25
25
" Programming Language :: Python" ,
26
26
" Programming Language :: Python :: 3.7" ,
27
- " Programming Language :: Python :: 3.8" ,
28
- " Programming Language :: Python :: 3.9" ,
29
- " Programming Language :: Python :: 3.10" ,
30
- " Programming Language :: Python :: 3.11" ,
31
27
" Programming Language :: Python :: 3 :: Only"
32
28
]
33
29
dependencies = [
0 commit comments