Skip to content

Commit 6bfcaae

Browse files
committed
Merge branch 'tin/fix-statvfs'
2 parents c35ef69 + df7f204 commit 6bfcaae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ async def test_stuff():
169169

170170
- Import `os.statvfs` conditionally to fix importing on non-UNIX systems.
171171
[#171](https://github.com/Tinche/aiofiles/issues/171) [#172](https://github.com/Tinche/aiofiles/pull/172)
172+
- aiofiles is now also tested on Windows.
172173

173174
#### 23.2.0 (2023-08-09)
174175

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aiofiles"
3-
version = "23.2.1"
3+
version = "23.3.0dev0"
44
description = "File support for asyncio."
55
authors = [
66
{name = "Tin Tvrtkovic", email = "tinchester@gmail.com"},

0 commit comments

Comments
 (0)