Skip to content

Commit d2cb645

Browse files
committed
Update Python CI versions (#663)
* Update Python versions in CI to 3.11, 3.12, and 3.13 * Update ci.yml
1 parent 196d641 commit d2cb645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.10', '3.11']
16+
python-version: ['3.11', '3.12']
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)