Skip to content

Commit cfb84ff

Browse files
do not duplicate ci
1 parent a8eedc2 commit cfb84ff

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
- { os: ubuntu-latest, environment: 'py312' }
4242
- { os: ubuntu-latest, environment: 'py313' }
4343
- { os: ubuntu-latest, environment: 'py314' }
44-
- { os: windows-latest, environment: 'py313' }
4544
- { os: windows-latest, environment: 'py314' }
46-
- { os: macos-latest, environment: 'py313' }
4745
- { os: macos-latest, environment: 'py314' }
4846
- { os: ubuntu-latest, environment: 'oldies' }
4947
- { os: ubuntu-latest, environment: 'nightly' }

.github/workflows/daily.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
include:
2020
- environment: 'nightly'
2121
NOTE: 'Nightly Builds' # run once with nightlies
22-
- environment: 'py313'
23-
NOTE: 'Python 3.13' # run once with normal dependencies
2422
- environment: 'py314'
2523
NOTE: 'Python 3.14' # run once with normal dependencies
2624
steps:

0 commit comments

Comments
 (0)