Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.13 and mark is as the expected default #879

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

bpkroth
Copy link
Contributor

@bpkroth bpkroth commented Oct 31, 2024

Pull Request

Title

Add support for Python 3.13 and mark is as the expected default.


Description

Upstream changed the default version of python, so this addresses changes in checks in the pipelines.

So far it seems to "just work (tm)"


Type of Change

  • 🛠️ Bug fix
  • ✨ New feature
  • 🧪 Tests

Testing

Usual CI tests.


@bpkroth bpkroth requested a review from a team as a code owner October 31, 2024 17:33
@bpkroth bpkroth merged commit 0055a49 into microsoft:main Oct 31, 2024
14 checks passed
@bpkroth bpkroth deleted the python-3.13 branch October 31, 2024 18:46
@bpkroth bpkroth mentioned this pull request Dec 30, 2024
bpkroth added a commit that referenced this pull request Jan 3, 2025
# Pull Request

## Title

Small tweaks

---

## Description

- mypy fixup
- Minor perf improvement on Makefile file enumeration.
- Add typevar hints for `nullable` return type.
- Fix a minor build system issue
- List python 3.13 as one of the supported versions (#879)

---

## Type of Change

- 🛠️ Bug fix
- 🔄 Refactor

---

## Testing

Usual pytest and mypy CI checks for `nullable`

---

## Additional Notes (optional)

Split out from #720 

---
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.

2 participants