Browse Source

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

tags/v1.0.12
Deuchnord 3 weeks ago
committed by GitHub
parent
commit
240d567940
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      .github/workflows/tests.yml
  2. +2
    -1
      pyproject.toml

+ 1
- 0
.github/workflows/tests.yml View File

@@ -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 View File

@@ -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"


||||||
x
 
000:0
Loading…
Cancel
Save