Skip to content

Commit

Permalink
test on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jan 19, 2024
1 parent 0060ed4 commit 963254c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
"3.10",
"3.11",
"3.12",
"3.13",
"pypy-2.7",
"pypy-3.8",
]
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install dependencies
run: python -m pip install -U tox six
- name: Install zic (Windows)
Expand Down

0 comments on commit 963254c

Please sign in to comment.