kivy / kivy/python-for-android
GitHub Actions: Tox runs Python 3.14t tests on Python 3.12
- Dominant language
- Python
- Stars
- 8.9k
- Forks
- 2k
- Avg merge
- 12h 20m
- Merged PRs (30d)
- 9
Description
Python 3.14 works as expected, but free-threaded Python 3.14t does not...
Python 4.14 tests run on: `platform linux -- Python 3.14.0, pytest-8.4.2, pluggy-1.6.0`
* https://github.com/kivy/python-for-android/actions/runs/18323516154/job/52182271732#step:5:42
Python 4.14t tests run on: `platform linux -- Python 3.12.3, pytest-8.4.2, pluggy-1.6.0`
* https://github.com/kivy/python-for-android/actions/runs/18323516154/job/52182271768#step:5:42
@kuzeyron @T-Dynamos Any hints on this problem?
Contributor guide
Research direction
Begin with the linked GitHub Actions run and compare the Python 3.14 and 3.14t job output, then inspect the repository's tox and workflow configuration. Done means the 3.14t job runs under Python 3.14t rather than Python 3.12 and the relevant CI tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100