Skip to content

Commit

Permalink
fix #234: formal support for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Feb 21, 2022
1 parent 7e337e8 commit 2f26de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
``pathos`` requires:
- ``python``, **version == 2.7** or **version >= 3.6**, or ``pypy``
- ``python`` (or ``pypy``), **version == 2.7** or **version >= 3.6**
- ``dill``, **version >= 0.3.4**
- ``pox``, **version >= 0.3.0**
- ``ppft``, **version >= 1.6.6.4**
Expand Down Expand Up @@ -353,6 +353,7 @@ def write_info_py(filename='pathos/info.py'):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Scientific/Engineering',
'Topic :: Software Development'],
Expand Down

0 comments on commit 2f26de1

Please sign in to comment.