File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "qbreader"
33version = " 1.0.0"
44description = " Quizbowl library and Python wrapper for the qbreader API"
55authors = [
6- " Sky \" skysomoprhic \" Hong <skysomorphic@pm.me>" ,
6+ " Sky \" skysomorphic \" Hong <skysomorphic@pm.me>" ,
77 " Rohan Arni" ,
88 " Geoffrey Wu <geoffreywu1000@gmail.com>" ,
99]
You can’t perform that action at this time.
0 commit comments