Browse Source

Build: Python 3.9 now supported

pull/14/head
heck 4 years ago
parent
commit
4f43d262a3
  1. 2
      setup.cfg
  2. 2
      setup.py

2
setup.cfg

@ -27,7 +27,7 @@ classifiers =
[options]
zip_safe = false
include_package_data = true
python_requires = >=3.7,<3.9
python_requires = >=3.7,<3.10
test_suite = tests
install_requires =
# deprecated/redundant with pyproject.toml, but lets keep both ways around for now

2
setup.py

@ -97,7 +97,7 @@ class BuildExtCommand(build_ext):
libs = [
'pEpEngine',
'pEpAdapter',
'boost_python38-mt',
'boost_python3-mt',
'boost_locale-mt'
]
compile_flags = ['-std=c++14', '-fpermissive']

Loading…
Cancel
Save