✅ CORRECTED PYTHON CLASSIFIERS:
- REMOVED: Programming Language :: Python :: 3.11 (not installed)
- REMOVED: Programming Language :: Python :: 3.12 (not installed)
- UPDATED: Programming Language :: Python :: 3.13 → 3.13.5 (exact version)
- KEPT: Programming Language :: Python :: 3 (generic)
- KEPT: requires-python = >=3.13.5 (correct)
🔍 ROOT CAUSE:
Previous commit a0e330d incorrectly removed Python 3.13.5 as invalid
and added Python 3.11/3.12 which are not installed on this server.
✅ SYSTEM REALITY:
- Only Python 3.13.5 is installed on aitbc server
- No Python 3.11 or 3.12 packages available
- CI/CD workflows all use Python 3.13.5
- Project requires Python >=3.13.5
🎯 ALIGNMENT:
- pyproject.toml now matches system reality
- No false claims about unsupported Python versions
- Consistent with requires-python constraint
- Aligns with CI/CD configuration
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Distributed Computing",
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.