Skip to content

Commit

Permalink
Loosen python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 13, 2024
1 parent d828ef9 commit a418fb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8.19
python-version: 3.8.18

- name: Upgrade pip
run: pip3 install -U pip
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8.19
python-version: 3.8.18
- name: Upgrade pip
run: pip3 install -U pip

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8.19]
python-version: [3.8.18]
db-engine: ["psql", "mysql"]
env:
TEST_DB_ENGINE: ${{ matrix.db-engine }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ omit = "*migrations*,*tests*,*__init__*,*wsgi.py,*__main__*,*settings*,*manage.p
[project]
name = "Ralph"
version = "20241127.1"
requires-python = "==3.8.19"
requires-python = "==3.8"
dynamic = [
"scripts",
"entry-points",
Expand Down

0 comments on commit a418fb2

Please sign in to comment.