Skip to content

Commit c27cb03

Browse files
committed
build: update deps, add python3.12 support
1 parent 6093d31 commit c27cb03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
python-version: ["3.10", "3.11"]
20+
python-version: ["3.10", "3.11", "3.12"]
2121

2222
steps:
2323
- uses: actions/checkout@v2

requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
scrapy>=2.6.2,<=2.9.0
1+
scrapy>=2.12.0
22
pyyaml>=6.0
3-
itemadapter==0.4.0
4-
itemloaders==1.0.4
5-
Twisted==22.10.0
63
pyexiftool==0.5.6
74
jsonpath-rw==1.4.0
85
unidecode==1.3.8

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ project_urls =
1111
Bug Tracker = https://github.com/RyouMon/FavoritesCrawler/issues
1212
classifiers =
1313
Programming Language :: Python :: 3
14+
Programming Language :: Python :: 3.10
15+
Programming Language :: Python :: 3.11
16+
Programming Language :: Python :: 3.12
1417
License :: OSI Approved :: MIT License
1518
Operating System :: OS Independent
1619

0 commit comments

Comments
 (0)