Skip to content

Commit 6c7fa78

Browse files
Stop testing 3.8 and 3.9, test 3.15 and PyPy3 (#148)
1 parent d165386 commit 6c7fa78

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-for-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
fetch-depth: 1 # Shallow clone to save time
4747
persist-credentials: true # Needed to push the update
4848

49-
- name: Set up Python 3.12
49+
- name: Set up Python 3
5050
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5151
with:
52-
python-version: '3.12'
52+
python-version: '3'
5353

5454
- name: Install dependencies
5555
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow is triggered two ways:
1+
# This workflow is triggered in two ways:
22
#
33
# 1. When a tag is created, the workflow will upload the package to
44
# test.pypi.org.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["2.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
20+
python-version: ["2.7", "3.10", "3.11", "pypy3.11", "3.12", "3.13", "3.14", "3.15t", "3.15"]
2121
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
2222
exclude:
2323
- python-version: "2.7"

0 commit comments

Comments
 (0)