Skip to content

Commit 8de58eb

Browse files
committed
Update and modify files for the project
- Updated files: - .github/workflows/main.yml - README.md
1 parent d6ef8f0 commit 8de58eb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
python-version: ["3.9", "3.10", "3.11"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
os: [ubuntu-latest, windows-latest, macos-latest]
52-
python-version: ["3.9", "3.10", "3.11"]
52+
python-version: ["3.9", "3.10", "3.11", "3.12"]
5353

5454
steps:
5555
- uses: actions/checkout@v3
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
os: [ubuntu-latest, windows-latest, macos-latest]
78-
python-version: ["3.9", "3.10", "3.11"]
78+
python-version: ["3.9", "3.10", "3.11", "3.12"]
7979

8080
steps:
8181
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</p>
2020

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

0 commit comments

Comments
 (0)