1
0
mirror of https://github.com/gryf/uc1541.git synced 2026-03-02 06:35:54 +01:00

Drop Python2 support.

Starting from beginning of 2020 Python 2.7 is no longer supported[1],
hence the change of shebang for uc1541 script and removal of _ord
function.

[1] https://devguide.python.org/versions/
This commit is contained in:
2023-10-04 15:23:22 +02:00
parent 60dfd1f687
commit 6f359f7191
2 changed files with 13 additions and 24 deletions

View File

@@ -57,7 +57,7 @@ file.
Rquirements
===========
* Python 2.7 or Python 3.6 or higher
* Python 3.6 or higher (checked recently with 3.11)
* Vice installation (c1541 program in path)
Installation
@@ -87,6 +87,7 @@ script behaviour:
Changelog
=========
* **3.5** Drop Python2 support.
* **3.4** Code cleanup. Removed dummy logger class and sys.args based argument
parsing.
* **3.3** Added support for .d71 and .d81 disk images.