Skip to content

Commit

Permalink
Merge pull request #18 from pkhalaj/documentation/improve-docstrings
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
pkhalaj authored Dec 17, 2024
2 parents faad413 + d0a42ef commit de64784
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will install Python dependencies, run tests with a variety of Python versions
# This workflow installs Python dependencies and run tests for Python versions >= 3.12
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Testing Pipeline
Expand All @@ -11,12 +11,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
python-version: ["3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit de64784

Please sign in to comment.