We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3538ef commit e6e181bCopy full SHA for e6e181b
1 file changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- '3.11'
13
- '3.12'
14
- '3.13'
15
- # - '3.14'
+ - '3.14.0-beta.4'
16
name: Python ${{ matrix.python-version }} sample
17
steps:
18
- uses: actions/checkout@v4
@@ -22,7 +22,6 @@ jobs:
22
cache: 'pip'
23
- name: Install dependencies
24
run: |
25
- # python -m pip install --upgrade pip
26
pip install -r requirements.txt
27
pip install -r test-requirements.txt
28
- name: Run tests
0 commit comments