Skip to content

Commit

Permalink
Run functional tests with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 30, 2023
1 parent e329c3f commit 40be96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- toxenv: flake8
python-version: "3.X"
- toxenv: functional
python-version: "3.X"
python-version: "3.11"

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

0 comments on commit 40be96e

Please sign in to comment.