Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Remove Python3.11 from CICD #37

Merged
merged 2 commits into from
Mar 4, 2022
Merged

Remove Python3.11 from CICD #37

merged 2 commits into from
Mar 4, 2022

Conversation

PerchunPak
Copy link
Contributor

Убрать Python 3.11 из автоматического тестирования

Одна из зависимостей не поддерживает Python 3.11. Сейчас, лучший путь это временно убрать Python3.11-dev из CI тестирования.

Важный check-list

  • Я написал подробное описание моих изменений.
  • Я написал подробную причину моих изменений.
  • Я точно прочитал и использовал все пункты этого списка.
  • Я записал изменение в CHANGELOG.md и добавил номер PR туда.
  • Я запустил make test и с тех пор ничего не менял.

@PerchunPak PerchunPak requested a review from cofob March 4, 2022 20:06
@PerchunPak PerchunPak added bug Something isn't working github_actions Pull requests that update GitHub Actions code labels Mar 4, 2022
@cofob cofob merged commit 4fbfa71 into aiohttp Mar 4, 2022
@cofob cofob deleted the feat/remove-py311 branch March 4, 2022 22:58
cofob added a commit that referenced this pull request Apr 12, 2022
* aiohttp init

* Add changes to CHANGELOG.md

* Change `import ?` to `from ? import ?`

* Change branch `master` to `aiohttp`

* Fix CI

* Move ifmain block to function (#27)

* Change poetry installation (#26)

* Change poetry installation

* Fix typo in word

* Add script to remove residual trash (#28)

* Port logger from django branch 🚚 (#30)

* Port logger from django branch 🚚

* Add log levels

* Add @PerchunPak suggestions

* Add LOG_SEPARATE and LOG_PATH features

* Sync `pyproject.toml` and `docs/requirments.txt`

This fix `readthedocs` build.

* Remove Python3.11 from CICD (#37)

* Remove Python3.11 from CICD

* Add changes from PR to CHANGELOG.md

* Apply codestyle ✏️ [skip ci]

* Update poetry.lock 📈

* Fix typo in poetry command

* Port Config class from `master` (#38)

* Port Config class from `master`

* Add Singleton to Config class

* Make `furo` auto-updateble

* Update poetry.lock 📈

* Fix Docker container build

* Update poetry.lock 📈

* Fix CI pushing in pull requests

(cherry picked from commit 54b39e2)

* Final fix CI pushing in pull requests

(cherry picked from commit e6ab8df)

* Update poetry.lock 📈

* Plugin API (#43)

* Add base aiohttp sub-apps initialization

* Add mako as templating language

* Fix VSC config for Win

* Type init func

* Update [skip ci]

* DL VSC folder

* DL app view

* Add plugin initialization

* TLTD

* Fix tests

* Private methods can start with one _

* Rename variable `e` to `exception`

* Change `pip freeze` to `pip list`

Because it's more understandable

* Remove necessary checks

Co-authored-by: PerchunPak <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants