Skip to content

Commit eccce47

Browse files
committed
fix workflows
1 parent 2a19ede commit eccce47

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
environment: pypi
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4.2.2
1414

15-
- name: Setup Python 3.11
16-
uses: actions/setup-python@v4
15+
- name: Setup Python 3.13
16+
uses: actions/setup-python@v5.3.0
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.13"
1919

2020
- name: Install Poetry
2121
run: pipx install poetry --python $(which python)

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4.2.2
1616

17-
- name: Setup Python 3.11
18-
uses: actions/setup-python@v4
17+
- name: Setup Python 3.13
18+
uses: actions/setup-python@v5.3.0
1919
with:
20-
python-version: "3.11"
20+
python-version: "3.13"
2121

2222
- name: Install Poetry
2323
run: pipx install poetry --python $(which python)
@@ -37,12 +37,12 @@ jobs:
3737

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4.2.2
4141

4242
- name: Setup Python
43-
uses: actions/setup-python@v4
43+
uses: actions/setup-python@v5.3.0
4444
with:
45-
python-version: "3.11"
45+
python-version: "3.13"
4646

4747
- name: Install Poetry
4848
run: pipx install poetry --python $(which python)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "qbreader"
33
version = "1.0.0"
44
description = "Quizbowl library and Python wrapper for the qbreader API"
55
authors = [
6-
"Sky \"skysomoprhic\" Hong <skysomorphic@pm.me>",
6+
"Sky \"skysomorphic\" Hong <skysomorphic@pm.me>",
77
"Rohan Arni",
88
"Geoffrey Wu <geoffreywu1000@gmail.com>",
99
]

0 commit comments

Comments
 (0)