Commit 674576b
chore: drop Python 3.14 from advertised classifiers
Python 3.14 hit a FactorGraphModel instance-iteration bug in
autofit_workspace's overview_1_the_basics.py — same script, same
library code, only Python version differs from 3.13 (which passes).
Repro and investigation prompt: PyAutoPrompt/autofit/factor_graph_3_14_instance_iteration.md
Drop 3.14 from the classifier list so PyPI doesn't advertise support.
requires-python = ">=3.9" stays unchanged so users on 3.14 can still
install — they just get the import-time banner warning that 3.14 isn't
first-class.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a51a97f commit 674576b
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments