Skip to content

Commit 67e7d2e

Browse files
committed
Specified pypy version for ci.yml
1 parent 2396520 commit 67e7d2e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13, pypy3]
10+
python-version: [3.9, 3.10, 3.11, 3.12, 3.13, pypy-3.11]
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v3

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ deps/
2323
# Ignore auto-generated files
2424
vgcore.*
2525

26-
#Python precompiled files
26+
#Python files
2727
*.pyc
28+
compiletools.egg-info/

0 commit comments

Comments
 (0)