Skip to content

Commit 59db3ca

Browse files
committed
Add py3.11 and py3.12 to CI
1 parent 9e16580 commit 59db3ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- "3.8"
2525
- "3.9"
2626
- "3.10"
27+
- "3.11"
28+
- "3.12"
2729
steps:
2830
- uses: actions/checkout@v3
2931
- name: Set up Python ${{ matrix.python-version }}
@@ -75,7 +77,7 @@ jobs:
7577
- uses: actions/checkout@v3
7678
- uses: actions/setup-python@v2
7779
with:
78-
python-version: "3.10"
80+
python-version: "3.12"
7981
- uses: actions/cache@v2
8082
with:
8183
path: ~/.cache/pip

0 commit comments

Comments
 (0)