@@ -32,16 +32,14 @@ dependencies = [
32
32
" pygrabber >=0.2; sys_platform == 'win32'" , # Completed types
33
33
" pywin32 >=307; sys_platform == 'win32'" , # Python 3.13 support
34
34
" typed-D3DShot[numpy] >=1.0.1; sys_platform == 'win32'" ,
35
- # winrt: winrt-runtime didn't have a working Python 3.14 sdist build until 3.2.0
36
- # TODO: Bump when 3.14 wheels are released
37
- " winrt-Windows.Foundation >=3.2.0; sys_platform == 'win32'" ,
38
- " winrt-Windows.Graphics >=3.2.0; sys_platform == 'win32'" ,
39
- " winrt-Windows.Graphics.Capture >=3.2.0; sys_platform == 'win32'" ,
40
- " winrt-Windows.Graphics.Capture.Interop >=3.2.0; sys_platform == 'win32'" ,
41
- " winrt-Windows.Graphics.DirectX >=3.2.0; sys_platform == 'win32'" ,
42
- " winrt-Windows.Graphics.DirectX.Direct3D11 >=3.2.0; sys_platform == 'win32'" ,
43
- " winrt-Windows.Graphics.DirectX.Direct3D11.Interop >=3.2.0; sys_platform == 'win32'" ,
44
- " winrt-Windows.Graphics.Imaging >=3.2.0; sys_platform == 'win32'" ,
35
+ " winrt-Windows.Foundation >=2.2.0; sys_platform == 'win32'" , # Python 3.13 support
36
+ " winrt-Windows.Graphics >=2.2.0; sys_platform == 'win32'" , # Python 3.13 support
37
+ " winrt-Windows.Graphics.Capture >=3.0.0; sys_platform == 'win32'" , # Type hints are no longer typing.Optional by default.
38
+ " winrt-Windows.Graphics.Capture.Interop >=2.3.0; sys_platform == 'win32'" , # Python 3.13 support
39
+ " winrt-Windows.Graphics.DirectX >=2.3.0; sys_platform == 'win32'" , # Python 3.13 support
40
+ " winrt-Windows.Graphics.DirectX.Direct3D11 >=2.3.0; sys_platform == 'win32'" , # Python 3.13 support
41
+ " winrt-Windows.Graphics.DirectX.Direct3D11.Interop >=2.3.0; sys_platform == 'win32'" ,
42
+ " winrt-Windows.Graphics.Imaging >=2.3.0; sys_platform == 'win32'" , # Python 3.13 support
45
43
#
46
44
# Linux-only dependencies
47
45
" PyScreeze >=1.0.0; sys_platform == 'linux'" ,
0 commit comments