瀏覽代碼

fix: compatibility with Python 3.12 (#68)

* ci(tests): test with Python 3.12

* fix: compatibility with NumPy 1.26
tags/v1.0.10
Deuchnord 6 月之前
committed by GitHub
父節點
當前提交
1d84b89e56
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. +1
    -0
      .github/workflows/tests.yml
  2. +1
    -1
      pyproject.toml

+ 1
- 0
.github/workflows/tests.yml 查看文件

@@ -22,6 +22,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'

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


+ 1
- 1
pyproject.toml 查看文件

@@ -23,7 +23,7 @@ python = "^3.8"
skyfield = "^1.21"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = "^3.9" },
{ version = "^1.25", python = ">=3.9,<3.13" },
]
skyfield-data = ">=3,<6"
python-dateutil = "^2.8"


Loading…
取消
儲存