It's the latest stable and the current pip release does not allow for targeting 3.12 on windows: $ pip download --verbose --python-version=3.12 --only-binary=":all:" --platform win_amd64 --dest ~/Downloads/ "fastcdc==1.5.0" Could...
'Programming Language :: Python :: 3.8', "Topic :: Multimedia", "Topic :: System :: Archiving", "Topic :: Utilities", "Topic :: Software Development", ] [tool.poetry.scripts] fastcdc = 'fastcdc.cli:cli' [tool.poetry.dependencies] python = ">=3.7.2,<4.0" click = ...