Skip to content

Commit 8c00c92

Browse files
committed
chore: drop python 3.9, bump jira deps
1 parent 6dca7e8 commit 8c00c92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.9, "3.10", 3.11]
13+
python-version: ["3.10", 3.11]
1414
jira-version: [1.0.10, 2.0.0]
1515
steps:
1616
- name: Checkout code
@@ -46,7 +46,7 @@ jobs:
4646
# Fragile way to only run codecov once.
4747
# See https://github.com/codecov/codecov-action/issues/40.
4848
if: |
49-
matrix.python-version == 3.9 &&
49+
matrix.python-version == 3.10 &&
5050
matrix.jira-version == '2.0.0'
5151
bugwarrior-multiarch-test:
5252
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bugwarrior"
33
version = "2.0.0-alpha"
44
description = "a command line utility for updating your local taskwarrior database from your forge issue trackers"
55
readme = "bugwarrior/README.rst"
6-
requires-python = ">3.9,<4"
6+
requires-python = ">=3.10,<4"
77
license = "GPL-3.0-or-later"
88
license-files = ["LICENSE.txt"]
99
keywords=["task", "taskwarrior", "todo", "github"]
@@ -33,7 +33,7 @@ bts = ["python-debianbts>=2.6.1"]
3333
bugzilla = ["python-bugzilla>=2.0.0"]
3434
gmail = ["google-api-python-client", "google-auth-oauthlib"]
3535
ini2toml = ["ini2toml[full]"]
36-
jira = ["jira>=3.8.0"]
36+
jira = ["jira>=3.10.0"]
3737
kanboard = ["kanboard"]
3838
keyring = ["keyring"]
3939
phabricator = ["phabricator"]

0 commit comments

Comments
 (0)