This commit is contained in:
Adam J. Stewart 2024-03-27 12:43:38 +01:00 коммит произвёл GitHub
Родитель 0e385dd800
Коммит 0171b1e390
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 1 удалений

1
.github/labeler.yml поставляемый
Просмотреть файл

@ -33,6 +33,7 @@ documentation:
- "docs/**"
- "*.md"
- ".github/*.md"
- ".readthedocs.yaml"
scripts:
- changed-files:
- any-glob-to-any-file:

Просмотреть файл

@ -6,7 +6,7 @@ version: 2
# Set the version of Python
build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "3.12"