Skip to content

chore: Add support for Python 3.14 and remove support for 3.11 - #211

Merged
sbillinge merged 1 commit into
diffpy:mainfrom
john-halloran:rem-311-add-314
Aug 15, 2026
Merged

chore: Add support for Python 3.14 and remove support for 3.11#211
sbillinge merged 1 commit into
diffpy:mainfrom
john-halloran:rem-311-add-314

Conversation

@john-halloran

Copy link
Copy Markdown
Contributor

Process consisted of:

  • Reading the Python 3.12-3.14 release notes.
  • Confirming that nothing we use was deprecated/changed in 3.14 or reliant on 3.11.
  • Asking AI to double check this; it agreed.
  • Updating pyproject.toml and cookiecutter.json with the new versions.

Closes #172.

@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.32%. Comparing base (d7586bc) to head (5af6af3).
⚠️ Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
+ Coverage   77.50%   87.32%   +9.82%     
==========================================
  Files           3        3              
  Lines          40       71      +31     
==========================================
+ Hits           31       62      +31     
  Misses          9        9              
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sbillinge
sbillinge merged commit 4573761 into diffpy:main Aug 15, 2026
7 checks passed
@john-halloran
john-halloran deleted the rem-311-add-314 branch August 15, 2026 05:28
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.

Add support for python 3.14 and remove support of python 3.11

2 participants