Skip to content

Commit bacf31d

Browse files
committed
chore: Disable pre-release tests, test packages on 3.12 for maint/5.3.x
1 parent ac0b388 commit bacf31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
path: archive/
8686
- uses: actions/setup-python@v5
8787
with:
88-
python-version: 3
88+
python-version: 3.12
8989
- name: Display Python version
9090
run: python -c "import sys; print(sys.version)"
9191
- name: Update pip
@@ -115,7 +115,7 @@ jobs:
115115
os: ['ubuntu-latest', 'windows-latest', 'macos-13', 'macos-latest']
116116
python-version: ["3.9", "3.10", "3.11", "3.12"]
117117
architecture: ['x64', 'x86', 'arm64']
118-
dependencies: ['full', 'pre']
118+
dependencies: ['full'] #, 'pre']
119119
include:
120120
# Basic dependencies only
121121
- os: ubuntu-latest

0 commit comments

Comments
 (0)