Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading