Skip to content

#116: Python 3.12 support and exatest cleanup#114

Merged
tkilias merged 12 commits into
masterfrom
codex-python-312-support
Jun 24, 2026
Merged

#116: Python 3.12 support and exatest cleanup#114
tkilias merged 12 commits into
masterfrom
codex-python-312-support

Conversation

@tkilias

@tkilias tkilias commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Upgrade the project to Python 3.12 across packaging, CI, and test tooling.
  • Update the UDF debug path for Python 3.12 compatibility.
  • Remove the obsolete exatest server stack and related test helpers, including FTP, SMTP, HTTP, MessageBox, and the standalone threading helper.
    • The server can replace in the SLC repos by either stdlib implementations (simple network tests) or using the UDFDebugger (cleanup and init)
  • Keep the remaining exatest surface focused on the UDF-related pieces still used by the test framework.

Validation

  • limactl shell default with Poetry on Python 3.12
  • nox -s lint
  • Integration tests executed against the ITDE docker-db in Lima
  • FTP, SMTP, UDF debug, and docker-db environment checks passed before the server cleanup

Closes #116

@tkilias tkilias temporarily deployed to manual-approval June 22, 2026 16:33 — with GitHub Actions Inactive
@tkilias tkilias temporarily deployed to manual-approval June 22, 2026 16:41 — with GitHub Actions Inactive
@tkilias tkilias temporarily deployed to manual-approval June 22, 2026 19:00 — with GitHub Actions Inactive
Comment thread exasol_python_test_framework/exatest/servers/ftp.py Fixed
@tkilias tkilias temporarily deployed to manual-approval June 23, 2026 04:42 — with GitHub Actions Inactive
@tkilias tkilias temporarily deployed to manual-approval June 23, 2026 07:03 — with GitHub Actions Inactive
@tkilias tkilias temporarily deployed to manual-approval June 23, 2026 18:32 — with GitHub Actions Inactive
@tkilias tkilias temporarily deployed to manual-approval June 23, 2026 18:39 — with GitHub Actions Inactive
@tkilias tkilias changed the title [codex] python 3.12 support [codex] python 3.12 support and exatest cleanup Jun 23, 2026
@tkilias tkilias temporarily deployed to manual-approval June 23, 2026 19:04 — with GitHub Actions Inactive
@tkilias tkilias temporarily deployed to manual-approval June 23, 2026 19:15 — with GitHub Actions Inactive
except Exception:
host = '0.0.0.0'
except OSError:
host = "0.0.0.0"
@tkilias tkilias temporarily deployed to manual-approval June 23, 2026 19:20 — with GitHub Actions Inactive
@tkilias tkilias temporarily deployed to manual-approval June 23, 2026 19:30 — with GitHub Actions Inactive
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@tkilias tkilias changed the title [codex] python 3.12 support and exatest cleanup #116: Python 3.12 support and exatest cleanup Jun 24, 2026
@tkilias tkilias marked this pull request as ready for review June 24, 2026 05:13
Comment thread README.md

* Linux, macOS
* Python3.10 and later
* Python 3.10, 3.11, and 3.12

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Python 3.10, 3.11, and 3.12
* Python 3.10, 3.11 and 3.12

@tkilias tkilias merged commit 05d3a2d into master Jun 24, 2026
19 of 20 checks passed
@tkilias tkilias deleted the codex-python-312-support branch June 24, 2026 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python 3.12 support and exatest cleanup

4 participants