Skip to content

Commit 4238198

Browse files
committed
Upgrade OS's that it is tested on
1 parent a10b158 commit 4238198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [ubuntu-20.04, windows-2019]
10-
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6"]
11-
environment: ['3.8', '3.13', '3.12', '3.11', '3.10', '3.9', '3.7', '3.6', 'interpreter']
9+
os: [ubuntu-24.04, windows-2022]
10+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
11+
environment: ['3.8', '3.13', '3.12', '3.11', '3.10', '3.9', 'interpreter']
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)