Skip to content

Commit

Permalink
Skip 3.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Jan 9, 2024
1 parent 0624f96 commit 9c8831f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<p align="center">
<a href="https://www.python.org">
<img src="https://img.shields.io/badge/Python-3.9%20|%203.10%20|%203.11%20|%203.12-blue" alt="Python: 3.9 - 3.12" style="max-width: 100%;">
<img src="https://img.shields.io/badge/Python-3.9%20|%203.10%20|%203.11-blue" alt="Python: 3.9 - 3.11" style="max-width: 100%;">
</a>
<a href="https://pytest.org">
<img src="https://img.shields.io/badge/Testing_framework-pytest-a04000" alt="Testing framework: pytest" style="max-width: 100%;">
Expand Down

0 comments on commit 9c8831f

Please sign in to comment.