File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,10 @@ services:
44addons :
55 postgresql : " 9.2"
66python :
7- - " 2.7"
8- - " 3.6"
7+ - " 3.14"
98install :
109 - |
11- if [[ $TRAVIS_PYTHON_VERSION = 3.14 ]]; then
12- pip install -r requirements/dev.txt
13- else
14- pip install -r requirements/dev-3.txt
15- fi
10+ pip install -r requirements/dev-3.txt
1611script :
1712 - if [[ $TRAVIS_PYTHON_VERSION = 3.14 ]]; then flake8; fi
1813 - if [[ $TRAVIS_PYTHON_VERSION != 3.14 ]]; then mypy flask_phpbb3; fi
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " Flask-phpBB3"
3+ version = " 0.3.0"
4+ authors = [
5+ { name =" Gregor Kališnik" , email =" gregor@kalisnik.si" }
6+ ]
7+ description = " Connector for Flask with phpBB3 board"
8+ readme = " README.rst"
9+ requires-python = " >=3.14"
10+ classifiers = [
11+ " Environment :: Web Environment" ,
12+ " Intended Audience :: Developers" ,
13+ " Operating System :: OS Independent" ,
14+ " Programming Language :: Python" ,
15+ " Programming Language :: Python :: 3" ,
16+ " Programming Language :: Python :: 3.14" ,
17+ " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
18+ " Topic :: Software Development :: Libraries :: Python Modules"
19+ ]
20+ license = " BSD-3-Clause"
21+ license-files = [" LICENSE" ]
22+
23+ [project .urls ]
24+ Homepage = " https://github.com/MasterMind2k/flask-phpbb3"
25+ Issues = " https://github.com/Podnapisi-NET/flask-phpbb3/issues"
26+
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments