Skip to content

Commit

Permalink
Don't test Python 3.8 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Jul 2, 2024
1 parent 2dc68e9 commit ec471db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
python-version: "3.8"
- django-version: "5.0"
python-version: "3.9"
- os: windows-latest # JSON1 is only built-in on 3.9+
python-version: 3.8

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ec471db

Please sign in to comment.