Skip to content

Commit

Permalink
update GitHub workflows with new python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DelboyJay committed Dec 10, 2024
1 parent 9b835a8 commit 4748485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10.0
- name: Set up Python 3.9.0
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"
- name: Run pre-commit
uses: pre-commit/[email protected]

Expand All @@ -36,7 +36,7 @@ jobs:
PGDATABASE: postgres
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false

steps:
Expand Down

0 comments on commit 4748485

Please sign in to comment.