Преглед изворни кода

build: add support for Python 3.11 (#58)

BREAKING CHANGE: Python 3.7 is npt supported anymore.
tags/v1.0.7
Deuchnord пре 1 година
committed by GitHub
родитељ
комит
807be7def3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      .github/workflows/tests.yml
  2. +1
    -1
      pyproject.toml

+ 1
- 1
.github/workflows/tests.yml Прегледај датотеку

@@ -18,10 +18,10 @@ jobs:
- macos-11.0
- windows-latest
python_version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'

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


+ 1
- 1
pyproject.toml Прегледај датотеку

@@ -19,7 +19,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.8,<3.12"
skyfield = "^1.21"
skyfield-data = ">=3,<5"
python-dateutil = "^2.8"


Loading…
Откажи
Сачувај