Skip to content

Commit 4244d5e

Browse files
committed
Add current available Python & PyPY versions to CI tests
1 parent 9943867 commit 4244d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.9
16+
python-version: 3.12
1717
- run: python -m pip install -r dev-requirements.txt
1818
- run: python -m pip install ./fluent.syntax ./fluent.runtime
1919
- run: python -m flake8
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
python-version: [3.7, 3.8, 3.9, pypy3.9]
25+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, pypy3.9, pypy3.10]
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)