Skip to content

Commit

Permalink
Add py3.11 and py3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Oct 9, 2023
1 parent 9e16580 commit 59db3ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.12"
- uses: actions/cache@v2
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 59db3ca

Please sign in to comment.