We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc8bff commit 8556bcbCopy full SHA for 8556bcb
README.md
@@ -79,7 +79,8 @@ Comming:
79
This code has been tested in several environments:
80
81
- Windows, Linux, MacOS
82
-- Python 3.7
+- Python 3.6, 3.7, 3.8
83
+ - 3.8.0 and 3.8.1 only. Unfortunately, 3.8.2 has caused `nest_asyncio` to fail. Until that package is updated we are stuck at 3.8.1.
84
- Jupyter Notebooks (not automated), regular python command-line invoked source files
85
86
# Development
setup.py
@@ -19,7 +19,7 @@
19
maintainer_email="gwatts@uw.edu",
20
url="https://github.com/iris-hep/func_adl_xAOD",
21
license="TBD",
22
- python_requires='>=3.6',
+ python_requires='>=3.6, <=3.8.1',
23
test_suite="tests",
24
install_requires=[
25
"pandas~=1.0",
0 commit comments