Skip to content

Drop a stray editor swap file and note the Python requirement - #40

Merged
mrtzh merged 1 commit into
masterfrom
drop-stray-swapfile
Aug 9, 2026
Merged

Drop a stray editor swap file and note the Python requirement#40
mrtzh merged 1 commit into
masterfrom
drop-stray-swapfile

Conversation

@mrtzh

@mrtzh mrtzh commented Aug 9, 2026

Copy link
Copy Markdown
Member

whynot/simulators/opioid/.experiments.py.swo has been tracked since the initial commit. .gitignore covers *.swo, but gitignore does not apply to files already tracked, so it survived and the package-data glob swept it into the 0.13.0 wheel. Removing it keeps it out of later releases; 0.13.0 cannot be re-uploaded.

Also record the Python floor where people meet it. On 3.11, pip correctly skips 0.13.0 and backtracks to WhyNot releases from 2020, which fail while building sklearn, an error that says nothing about the Python version. Verified against a real 3.11 interpreter rather than assumed.

whynot/simulators/opioid/.experiments.py.swo has been tracked since the initial
commit. .gitignore covers *.swo, but gitignore does not apply to files already
tracked, so it survived and the package-data glob swept it into the 0.13.0
wheel. Removing it keeps it out of later releases; 0.13.0 cannot be re-uploaded.

Also record the Python floor where people meet it. On 3.11, pip correctly skips
0.13.0 and backtracks to WhyNot releases from 2020, which fail while building
sklearn, an error that says nothing about the Python version. Verified against
a real 3.11 interpreter rather than assumed.

Co-Authored-By: Claude <noreply@anthropic.com>
@mrtzh
mrtzh merged commit 5ec81ce into master Aug 9, 2026
7 checks passed
@mrtzh
mrtzh deleted the drop-stray-swapfile branch August 11, 2026 10:45
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.

1 participant