From 64b703b3c56c7c75a8890f182868bf8af4468a8c Mon Sep 17 00:00:00 2001 From: Nice Zombies Date: Tue, 22 Oct 2024 17:22:32 +0200 Subject: [PATCH] Test 3.14 --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c4d5106..b692412 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,6 +17,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -32,4 +33,4 @@ jobs: - name: Install test dependencies run: pip install -r .github/workflows/requirements.txt - name: Test with pytest - run: pytest -x --runxfail \ No newline at end of file + run: pytest -x --runxfail