Skip to content

Commit

Permalink
Updated Python versions in CONTRIBUTING.rst (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Jul 29, 2017
1 parent 8bf100a commit 108c50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for PyPy. Check
3. The pull request should work for Python 3.4, 3.5, and above. Check
https://travis-ci.org/ljvmiranda921/pyswarms/pull_requests
and make sure that the tests pass for all supported Python versions.

Expand Down

0 comments on commit 108c50a

Please sign in to comment.