Skip to content

Commit 75ef564

Browse files
Alvaro Navarroalnacle
authored andcommitted
Update contributing file
1 parent 00a0639 commit 75ef564

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ eval "$(pyenv init -)"
1616
Second, ensure you have a version of every Python we support installed. Your versions may differ.
1717

1818
```sh
19-
pyenv install 2.7.14
20-
pyenv install 3.3.7
2119
pyenv install 3.4.9
2220
pyenv install 3.5.6
2321
pyenv install 3.6.3
2422
pyenv install 3.6.8
25-
pyenv global 3.6.8 3.6.3 3.5.6 3.4.9 3.3.7 2.7.14
23+
pyenv global 3.6.8 3.6.3 3.5.6 3.4.9
2624
```
2725

2826
Next ensure you create a virtual environment.
@@ -45,7 +43,7 @@ Alternatively, to run tests just against a specific Python version, create cover
4543

4644
```sh
4745
brew install fswatch
48-
pyenv shell 2.7.14
46+
pyenv shell 3.6.8
4947
make watch
5048
```
5149

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ What version of Python/Pip are you running? What Operating System are you on?
2222

2323
Please make sure you checked the following:
2424

25-
* Are you running Python 2.7 or 3.6?
25+
* Which version of Python are you using?
2626
* Did you download the latest version of this package?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description=long_description,
2121
author='Amadeus',
2222
author_email='developers@amadeus.com',
23-
python_requires='>=2.7.0',
23+
python_requires='>=3.4.8',
2424
url='https://github.com/amadeus4dev/amadeus-python',
2525
install_requires=[],
2626
packages=find_packages(),

0 commit comments

Comments
 (0)