Skip to content

Commit

Permalink
ci(workflows): remove support of the Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Nov 24, 2024
1 parent a685b3b commit ff53c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: install-python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
architecture: x64

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
image: macos-13
- name: macOS aarch64
image: macos-14
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.5.0", "1.6.0", "1.7.0", "1.8.0"]
fail-fast: false
steps:
Expand Down

0 comments on commit ff53c09

Please sign in to comment.