Skip to content

Commit

Permalink
test: validate on python 3.12
Browse files Browse the repository at this point in the history
Add test to validate that "greenlet" is on a version that makes the
project runnable on Python v3.12.

Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
  • Loading branch information
Silvanoc committed Feb 17, 2024
1 parent c9adcae commit c6eb8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.12"]
exclude:
- os: windows-latest
python-version: "3.8"
Expand Down

0 comments on commit c6eb8a8

Please sign in to comment.