Skip to content

Commit

Permalink
馃 ci: python 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcode committed Feb 4, 2024
1 parent dc1e8cf commit b922864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5]
python-version: [3.12.1]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit b922864

Please sign in to comment.