Skip to content

Commit

Permalink
CI: Test with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Apr 27, 2024
1 parent 17104d9 commit d9cebb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/stable.yml
Expand Up @@ -85,7 +85,6 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.2"
- "3.9"
- "3.10"
- "3.11"
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/github-ci.rst
Expand Up @@ -34,7 +34,7 @@ Example of how you can run PyFunceble inside Github Actions.
fail-fast: false
matrix:
python_version:
- "3.9.1"
- "3.11"
os:
- ubuntu-latest
Expand Down Expand Up @@ -69,7 +69,7 @@ Example of how you can run PyFunceble inside Github Actions.
fail-fast: false
matrix:
python_version:
- "3.9.1"
- "3.11"
os:
- ubuntu-latest
Expand Down

0 comments on commit d9cebb1

Please sign in to comment.