Skip to content

Commit d6ef8f0

Browse files
committed
Update and modify files for the project
- Updated files: - .github/workflows/main.yml
1 parent 65bc5b0 commit d6ef8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
os: [ubuntu-latest, windows-latest, macos-latest]
52-
python-version: ["3.9", "3.10"]
52+
python-version: ["3.9", "3.10", "3.11"]
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"]
78+
python-version: ["3.9", "3.10", "3.11"]
7979

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

0 commit comments

Comments
 (0)