We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cf659 commit be2392cCopy full SHA for be2392c
README.md
@@ -22,7 +22,7 @@ to integrate `asyncio`-based projects such as `Playwright`.
22
23
### Minimum required versions
24
25
-* Python >= 3.7
+* Python >= 3.8
26
* Scrapy >= 2.0 (!= 2.4.0)
27
* Playwright >= 1.15
28
docs/changelog.md
@@ -1,6 +1,12 @@
1
# scrapy-playwright changelog
2
3
4
+### [v0.0.30](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.30) (2023-08-17)
5
+
6
+* Fix page_init_callback duplication (#222)
7
+* Bump minimum Python version from 3.7 to 3.8 (#223)
8
9
10
### [v0.0.29](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.29) (2023-08-11)
11
12
* Set exc_info=True for warning log records (#219)
0 commit comments