Skip to content

Commit

Permalink
fix: corrige versão do python
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Mar 27, 2024
1 parent cbc7efd commit 77129df
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 85 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.9"

- name: Install Poetry
uses: Gr1N/setup-poetry@v8
Expand All @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"]
python-version: ["3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"]

env:
PYTHON: ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 77129df

Please sign in to comment.