Skip to content

Commit

Permalink
Pin to Ubuntu 22.04 until stdeb supports Python 3.12 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Oct 16, 2024
1 parent d0949f7 commit 7468b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strategy.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"matrix": {
"os": ["macos-latest", "ubuntu-latest", "windows-latest"],
"os": ["macos-latest", "ubuntu-22.04", "windows-latest"],
"python": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"include": [
{
"os": "ubuntu-20.04",
"python": "3.6"
},
{
"os": "ubuntu-latest",
"os": "ubuntu-22.04",
"stdeb-check": "1"
}
]
Expand Down

0 comments on commit 7468b26

Please sign in to comment.