Skip to content

Commit

Permalink
Trying python 3.12 in CI/CD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed May 23, 2024
1 parent 862edfc commit d6c644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 'pypy-2.7', '3.11' ]
python-version: [ 'pypy-2.7', '3.12' ]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit d6c644e

Please sign in to comment.