cloudflare / cloudflare/cloudflare-python
Add official support for Python 3.13 and 3.14
- 主要言語
- Python
- スター
- 506
- フォーク
- 148
- 平均マージ
- 3時間 15分
- マージ済み PR(30日)
- 1
説明
### 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
コントリビューションガイド
調査の方向性
まず、pyproject.toml の Python バージョンクラス分類子と、PyPI で公開されているクラス分類子を確認します。Python 3.14 について指摘されている Pydantic の警告を issue #2675 で確認し、その後 Python 3.13 と 3.14 のサポート宣言を更新して、生成されたパッケージメタデータに両方のバージョンが反映されていることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 68/100