Skip to content

Commit cdfdbd4

Browse files
drf7night-crawler
authored andcommitted
test with python 3.12 and 3.13
1 parent 29014bc commit cdfdbd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ on: [ push ]
44

55
jobs:
66
build:
7-
87
runs-on: ${{ matrix.os }}
98
strategy:
109
matrix:
1110
os: [ ubuntu-latest, macos-latest ]
12-
python-version: [ "3.8", "3.9", "3.10", "3.11", "pypy3.9", "pypy3.10" ]
11+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10" ]
1312
steps:
1413
- uses: actions/checkout@v4
1514
- name: Set up Python
1615
uses: actions/setup-python@v4
1716
with:
18-
python-version: '3.10'
17+
python-version: ${{ matrix.python-version }}
1918
- name: Create virtualenv and install package
2019
run: |
2120
python -m venv env

0 commit comments

Comments
 (0)