File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ python:
88 - " 3.6"
99install :
1010 - |
11- if [[ $TRAVIS_PYTHON_VERSION = 2.7 ]]; then
11+ if [[ $TRAVIS_PYTHON_VERSION = 3.14 ]]; then
1212 pip install -r requirements/dev.txt
1313 else
1414 pip install -r requirements/dev-3.txt
1515 fi
1616script :
17- - if [[ $TRAVIS_PYTHON_VERSION = 2.7 ]]; then flake8; fi
18- - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then mypy flask_phpbb3; fi
19- - if [[ $TRAVIS_PYTHON_VERSION = 2.7 ]]; then python setup.py test; fi
17+ - if [[ $TRAVIS_PYTHON_VERSION = 3.14 ]]; then flake8; fi
18+ - if [[ $TRAVIS_PYTHON_VERSION != 3.14 ]]; then mypy flask_phpbb3; fi
19+ - if [[ $TRAVIS_PYTHON_VERSION = 3.14 ]]; then python setup.py test; fi
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ classifier =
1212 License :: OSI Approved :: BSD License
1313 Operating System :: OS Independent
1414 Programming Language :: Python
15- Programming Language :: Python :: 2
16- Programming Language :: Python :: 2.7
15+ Programming Language :: Python :: 3
16+ Programming Language :: Python :: 3.14
1717 Topic :: Internet :: WWW/HTTP :: Dynamic Content
1818 Topic :: Software Development :: Libraries :: Python Modules
1919
You can’t perform that action at this time.
0 commit comments