Skip to content

Commit

Permalink
Update and modify files for the project
Browse files Browse the repository at this point in the history
- Updated files:
  - .github/workflows/main.yml
  - README.md
  • Loading branch information
Aviksaikat committed Dec 8, 2023
1 parent d6ef8f0 commit 8de58eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</p>

<p align="center">
<img src = "https://img.shields.io/badge/python-3.9+-blue.svg">
<img src ="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"/>
<img src ="https://img.shields.io/badge/imports-isort-17DE93.svg" alt="imports: isort"/>
<img src = "https://www.mypy-lang.org/static/mypy_badge.svg">
Expand Down

0 comments on commit 8de58eb

Please sign in to comment.