Skip to content

Commit 8556bcb

Browse files
committed
Add 3.8.1 as the upper max
Since we are currently not working on 3.8.2 #4
1 parent 5dc8bff commit 8556bcb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Comming:
7979
This code has been tested in several environments:
8080

8181
- Windows, Linux, MacOS
82-
- Python 3.7
82+
- 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.
8384
- Jupyter Notebooks (not automated), regular python command-line invoked source files
8485

8586
# Development

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
maintainer_email="gwatts@uw.edu",
2020
url="https://github.com/iris-hep/func_adl_xAOD",
2121
license="TBD",
22-
python_requires='>=3.6',
22+
python_requires='>=3.6, <=3.8.1',
2323
test_suite="tests",
2424
install_requires=[
2525
"pandas~=1.0",

0 commit comments

Comments
 (0)