diff --git a/README.md b/README.md index 5c9217a..d0a58b1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ While Fixate is fairly simple, it is already being used to test real electronics ## Getting Started -Fixate runs on Python 3.8 or greater. +Fixate runs on Python 3.12 or greater. ### Installing diff --git a/setup.cfg b/setup.cfg index 394cd09..1d272b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ package_dir = packages = find: include_package_data = True zip_safe = False -python_requires = ~=3.8 +python_requires = ~=3.12 install_requires = pyvisa