Skip to content

Commit 3fc72fb

Browse files
authored
tests: reenable py3.13 tests on windows (#295)
Was blocked due to missing pywin32 for 3.13
1 parent 70b1a78 commit 3fc72fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@ tests = [
4545
"packaging",
4646
]
4747
dev = [
48-
"adlfs; python_version<='3.12' or (python_version>'3.12' and os_name!='nt') ",
48+
"adlfs",
4949
"aiohttp",
5050
"requests",
5151
"gcsfs",
5252
"s3fs",
53-
# exclude moto installation on 3.13 windows until pywin32 wheels are available:
54-
"moto[s3,server]; python_version<='3.12' or (python_version>'3.12' and os_name!='nt') ",
53+
"moto[s3,server]",
5554
"webdav4[fsspec]",
5655
"paramiko",
5756
"wsgidav",

0 commit comments

Comments
 (0)