Skip to content

Commit 35f3246

Browse files
committed
feat: wip: setup github actions
1 parent 103f8fa commit 35f3246

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
# FIXME
31+
# FIXME ?
3232
# os: [ubuntu-latest, macos-latest, windows-latest]
3333
os: [ubuntu-latest]
34-
python-version: ["3.8", "3.9", "3.11", "3.12", "3.13", "pypy3.10"]
34+
# python-version: ["3.8", "3.9", "3.11", "3.12", "3.13", "pypy3.10"]
35+
python-version: ["3.13"]
3536
# exclude:
3637
# - os: macos-latest
3738
# python-version: "3.11"
@@ -45,6 +46,7 @@ jobs:
4546
apt: libmemcached-dev
4647
- uses: niden/actions-memcached@v7
4748
- uses: supercharge/redis-github-action@1.7.0
49+
- uses: stanleymasinde/mailpit-action
4850
- name: Setup PDM
4951
uses: pdm-project/setup-pdm@v4
5052
- name: Install dependencies

0 commit comments

Comments
 (0)