This repository was archived by the owner on Jan 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- image : python:3.9
1+ image : python:3.10
22
33stages :
44 - lint
1717 script :
1818 - pytest --flake8 --isort --black -m "flake8 or isort or black" twootfeed
1919
20- python-3.6 :
21- stage : tests
22- extends : .python
23- image : python:3.6
24-
2520python-3.7 :
2621 stage : tests
2722 extends : .python
@@ -33,6 +28,11 @@ python-3.8:
3328 image : python:3.8
3429
3530python-3.9 :
31+ stage : tests
32+ extends : .python
33+ image : python:3.9
34+
35+ python-3.10 :
3636 stage : tests
3737 before_script :
3838 - pip install -e .[test]
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ classifiers =
1616 License :: OSI Approved :: MIT License
1717 Operating System :: POSIX :: Linux
1818 Programming Language :: Python :: 3
19- Programming Language :: Python :: 3.6
2019 Programming Language :: Python :: 3.7
2120 Programming Language :: Python :: 3.8
2221 Programming Language :: Python :: 3.9
22+ Programming Language :: Python :: 3.10
2323 Topic :: Internet :: WWW/HTTP
2424project_urls =
2525 Documentation = https://samr1.github.io/python-twootfeed
@@ -29,14 +29,14 @@ packages = find:
2929zip_safe = false
3030setup_requires = pytest-runner
3131install_requires =
32- beautifulsoup4 ==4.10.0
32+ beautifulsoup4 ==4.11.1
3333 feedgenerator ==2.0.0
34- Flask ==2.0.2
34+ Flask ==2.1.3
3535 gunicorn ==20.1.0
3636 Mastodon.py ==1.5.1
37- pytz ==2021.3
38- PyYAML ==5.4.1
39- tweepy ==4.0.1
37+ pytz ==2022.1
38+ PyYAML ==6.0.0
39+ tweepy ==4.10.0
4040tests_require =
4141 pytest-cov
4242 pytest-flake8
You can’t perform that action at this time.
0 commit comments