Skip to content

Commit

Permalink
version fixes (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed May 14, 2021
1 parent d5eeb65 commit cbfbfa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Install
Charm4py runs on Linux, macOS, Windows, Raspberry Pi, and a wide variety of clusters and
supercomputer environments (including many supercomputers in the TOP500).

Charm4py runs on Python 2.7 and 3.3+. Python 3 is *highly* recommended for best
performance and for continued support. Charm4py has been tested with the
Charm4py runs on Python 3.4+. Charm4py has been tested with the
following Python implementations:
CPython (most common implementation) and PyPy_.

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ def run(self):
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit cbfbfa1

Please sign in to comment.