File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ channels:
77dependencies :
88 # Base
99 # =================
10- - python >=3.11,<= 3.14
10+ - python >=3.11,<3.14
1111 - pip
1212 - setuptools
1313 - beautifulsoup4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55dependencies :
66 # Base
77 # =======================
8- - python >=3.11,<= 3.14
8+ - python >=3.11,<3.14
99 - pip
1010 - setuptools
1111 - beautifulsoup4
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ classifiers = [
2525 " Programming Language :: Python :: 3.11" ,
2626 " Programming Language :: Python :: 3.12" ,
2727 " Programming Language :: Python :: 3.13" ,
28- " Programming Language :: Python :: 3.14" ,
2928]
3029dependencies = [
3130 " beautifulsoup4" ,
You can’t perform that action at this time.
0 commit comments