Skip to content

Commit

Permalink
Add python 3.12 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Oct 8, 2023
1 parent 506bd10 commit f71f7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-beta.3"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: szenius/set-timezone@v1.1
Expand All @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
include-prereleases: true
- name: Install dependencies
run: pip install pytest pytest-md pytest-emoji pytest-mypy
- uses: pavelzw/pytest-action@v2
Expand Down

0 comments on commit f71f7fa

Please sign in to comment.