mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-19 01:40:04 +00:00
13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
[DEFAULT]
|
|
# the default python3 version
|
|
default-version = python3.9
|
|
|
|
# all supported python3 versions
|
|
supported-versions = python3.9
|
|
|
|
# formerly supported python3 versions
|
|
old-versions = python3.1, python3.2, python3.3, python3.4, python3.5, python3.6, python3.7, python3.8
|
|
|
|
# unsupported versions, including older versions
|
|
unsupported-versions = python3.1, python3.2, python3.3, python3.4, python3.5, python3.6, python3.7
|