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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user