Skip to content

Commit

Permalink
working on python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 12, 2024
1 parent 6b7b474 commit 57ccd3f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,14 @@ jobs:
timeout-minutes: 2
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.11'
- name: Runs pre-commit
run: |
pip install pre-commit
pre-commit run -a
# Runs unit testing under different python versions.
Expand All @@ -100,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.x"]
python-version: ["3.8", "3.10", "3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 57ccd3f

Please sign in to comment.