Skip to content

Commit 80e4b8c

Browse files
authored
Fix merge conflicts in pytest workflow
Resolved merge conflicts and adjusted Python versions.
1 parent 7704216 commit 80e4b8c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,7 @@ jobs:
3232
# os: [ubuntu-latest, macos-latest, windows-latest]
3333
# python-version: ["3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
3434
os: [ubuntu-latest]
35-
<<<<<<< HEAD
36-
<<<<<<< HEAD
37-
<<<<<<< HEAD
38-
python-version: ["3.9", "3.14"]
39-
=======
40-
python-version: ["3.9", "3.14t"]
41-
>>>>>>> ca654c38 (GitHub Actions: Run pytest on free threaded Python 3.14t)
42-
=======
43-
python-version: ["3.9", "3.14"]
44-
>>>>>>> 73981943 (Revert from free threading Python 3.14t to 3.14)
45-
=======
4635
python-version: ["3.9", "3.14", "3.14t"]
47-
>>>>>>> 7a18a2da (Add Python version '3.14t' to pytest workflow)
4836

4937
steps:
5038
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)