Skip to content

Commit

Permalink
add python 3.13 to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
belm0 committed Mar 28, 2024
1 parent 52ce346 commit fa09096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest]
# latest pylint/astroid doesn't support 3.7
# python3.7 is covered in build_and_test_old_deps
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.12-dev']
python-version: ['3.13-dev']
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down

0 comments on commit fa09096

Please sign in to comment.