We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeead4 commit f522de0Copy full SHA for f522de0
.github/workflows/python-testing.yml
@@ -79,7 +79,7 @@ jobs:
79
steps:
80
- uses: actions/checkout@v4
81
- name: Set up Python ${{ matrix.python-version }}
82
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
83
with:
84
python-version: 3.8
85
cache: 'pip'
@@ -104,7 +104,7 @@ jobs:
104
"3.9",
105
"3.10",
106
"3.11",
107
- # "3.12-dev"
+ "3.12",
108
]
109
os: ["ubuntu-latest", "macos-latest"]
110
exclude:
@@ -114,7 +114,7 @@ jobs:
114
115
116
- name: Set up Python ${{ matrix.python-version }} for ${{ matrix.os }}
117
118
119
python-version: ${{ matrix.python-version }}
120
0 commit comments