Skip to content

Commit

Permalink
Merge pull request #186 from salute-developers/fix/requirements
Browse files Browse the repository at this point in the history
Remove support for 3.8 & update requirements
  • Loading branch information
SyrexMinus authored Feb 19, 2024
2 parents 926ab21 + 02e4555 commit c794057
Show file tree
Hide file tree
Showing 5 changed files with 693 additions and 650 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os-version: ['ubuntu-20.04']
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

runs-on: ${{ matrix.os-version }}
name: unittests with py-${{ matrix.python-version }} on ${{ matrix.os-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-to-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8.x'
python-version: '3.11.x'
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install Poetry plugins
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ____

* Linux, Mac OS или Windows (необходима установка [Conda](https://docs.conda.io/en/latest/)).
* 512 МБ свободной памяти.
* Python 3.8 - 3.11.
* Python 3.9 - 3.11.

____

Expand Down
Loading

0 comments on commit c794057

Please sign in to comment.