ソースを参照

build(python): fix support for Python 3.13 (#74)

tags/v1.0.12
Deuchnord 8ヶ月前
committed by GitHub
コミット
240d567940
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
2個のファイルの変更3行の追加1行の削除
  1. +1
    -0
      .github/workflows/tests.yml
  2. +2
    -1
      pyproject.toml

+ 1
- 0
.github/workflows/tests.yml ファイルの表示

@@ -23,6 +23,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'

name: Python ${{ matrix.python_version }} (${{ matrix.os }})
steps:


+ 2
- 1
pyproject.toml ファイルの表示

@@ -23,7 +23,8 @@ python = "^3.8"
skyfield = "^1.49"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^2.0", python = ">=3.9,<3.13" },
{ version = "<2.1", python = "3.9.*" },
{ version = "^2.1", python = "^3.10" },
]
skyfield-data = "*"
python-dateutil = "^2.8"


読み込み中…
キャンセル
保存