mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
09cff5ecc0
tag v1.15.0 67fe5ea7f68cf1185379c2c5e8acf37d483a2d4a https://github.com/clalancette/pycdlib.git
18 lines
659 B
Markdown
18 lines
659 B
Markdown
# Python Compatibility
|
|
The [test suite](design.md#testing) ensures that the core PyCdlib code works with all versions of Python greater than or equal to Python 3.7.
|
|
|
|
---
|
|
|
|
<div style="width: 100%; display: table;">
|
|
<div style="display: table-row;">
|
|
<div style="width: 33%; display: table-cell; text-align: left;">
|
|
<a href="standards.html"><-- Standards</a>
|
|
</div>
|
|
<div style="width: 33%; display: table-cell; text-align: center;">
|
|
<a href="https://clalancette.github.io/pycdlib/">Top</a>
|
|
</div>
|
|
<div style="width: 33%; display: table-cell; text-align: right;">
|
|
<a href="examples.html">Examples --></a>
|
|
</div>
|
|
</div>
|