There was an error while loading. Please reload this page.
2 parents c35ef69 + df7f204 commit 6bfcaaeCopy full SHA for 6bfcaae
2 files changed
README.md
@@ -169,6 +169,7 @@ async def test_stuff():
169
170
- Import `os.statvfs` conditionally to fix importing on non-UNIX systems.
171
[#171](https://github.com/Tinche/aiofiles/issues/171) [#172](https://github.com/Tinche/aiofiles/pull/172)
172
+- aiofiles is now also tested on Windows.
173
174
#### 23.2.0 (2023-08-09)
175
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "aiofiles"
3
-version = "23.2.1"
+version = "23.3.0dev0"
4
description = "File support for asyncio."
5
authors = [
6
{name = "Tin Tvrtkovic", email = "tinchester@gmail.com"},
0 commit comments