cloudflare / cloudflare/cloudflare-python
Add official support for Python 3.13 and 3.14
- Dominant language
- Python
- Stars
- 506
- Forks
- 148
- Avg merge
- 3h 15m
- Merged PRs (30d)
- 1
Description
### Confirm this is a Python library issue and not an underlying Cloudflare API issue.
- [x] This is an issue with the Python library
### Describe the bug
Add official support for Python 3.13 and 3.14. At the moment the library officially supports up to Python 3.12 (see [pyproject.toml](https://github.com/cloudflare/cloudflare-python/blob/ac1ae1cb4fe55b6b9493500d82d7b5267da3535f/pyproject.toml#L26)).
Note that there are some [pydantic warnings](https://github.com/cloudflare/cloudflare-python/issues/2675) reported when using the library under python 3.14.
### To Reproduce
Review the classifiers in [pypi](https://pypi.org/project/cloudflare/)
### Code snippets
```Python
```
### OS
all
### Python version
3.13 and 3.14
### Library version
v4.3.1
Contributor guide
Assessment
This issue has not been assessed yet.