Skip to content

Commit 6514172

Browse files
Use Python 3.13
1 parent 84e8d64 commit 6514172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test-and-coverage:
66
strategy:
77
matrix:
8-
python-version: ['2.7','3.5','3.x']
8+
python-version: ['2.7','3.5','3.13']
99
container:
1010
image: python:${{ matrix.python-version }}
1111
runs-on: ubuntu-latest
@@ -20,5 +20,5 @@ jobs:
2020
python -m pytest --cov
2121
2222
- name: Coveralls
23-
if: matrix.python-version == '3.x'
23+
if: matrix.python-version == '3.13'
2424
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)