Skip to content

Commit

Permalink
fix: corrige versões do python
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Mar 27, 2024
1 parent 932dbeb commit cbc7efd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .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.11"
python-version: "3.8"

- name: Install Poetry
uses: Gr1N/setup-poetry@v8
Expand Down
25 changes: 0 additions & 25 deletions .gitlab-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Hudson Brendon <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.8"
pydantic = "2.3.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit cbc7efd

Please sign in to comment.