Skip to content

Commit

Permalink
removed python 3.13 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvdb committed Aug 20, 2024
1 parent d0da0b1 commit e658ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout code
Expand Down

0 comments on commit e658ccc

Please sign in to comment.