Skip to content

Commit b752544

Browse files
committed
CI: Add newer python versions, resolve #1092
1 parent 03ee466 commit b752544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bugwarrior.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 5
1111
strategy:
1212
matrix:
13-
python-version: ["3.10", 3.11]
13+
python-version: ["3.10", 3.11, 3.12, 3.13]
1414
jira-version: [1.0.10, 2.0.0]
1515
steps:
1616
- name: Checkout code
@@ -47,7 +47,7 @@ jobs:
4747
# Fragile way to only run codecov once.
4848
# See https://github.com/codecov/codecov-action/issues/40.
4949
if: |
50-
matrix.python-version == 3.10 &&
50+
matrix.python-version == 3.13 &&
5151
matrix.jira-version == '2.0.0'
5252
bugwarrior-multiarch-test:
5353
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)