Codebase list python-procrunner / ac1b70d
drop pypy support Markus Gerstel 3 years ago
3 changed file(s) with 1 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1313 - python: 3.7
1414 - python: 3.6
1515 - python: 3.5
16 - python: pypy
1716 - os: osx
1817 language: generic
1918 env: CONDA=3.8 TOXENV=py38
100100 1. The pull request should include tests.
101101 2. If the pull request adds functionality, the docs should be updated. Put
102102 your new functionality into a function with a docstring, and add the
103 feature to the list in README.rst.
104 3. The pull request should work for supported CPython versions, and for PyPy. Check
105 https://travis-ci.org/DiamondLightSource/python-procrunner/pull_requests
106 and make sure that the tests pass for all supported Python versions.
103 feature to the list in HISTORY.rst/README.rst.
107104
108105 Tips
109106 ----
3434 "Programming Language :: Python :: 3.6",
3535 "Programming Language :: Python :: 3.7",
3636 "Programming Language :: Python :: 3.8",
37 "Programming Language :: Python :: Implementation :: PyPy",
38 "Programming Language :: Python :: Implementation :: CPython",
3937 "Topic :: Software Development :: Libraries :: Python Modules",
4038 ],
4139 description="Versatile utility function to run external processes",