Skip to content

Commit

Permalink
[ADD]: added py3.12 to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acwazz committed Jan 3, 2024
1 parent b7f734c commit de2b4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -26,4 +26,4 @@ jobs:
poetry install -E pagination
- name: Testing
run: |
poetry run tox
poetry run pytest .

0 comments on commit de2b4ba

Please sign in to comment.