Skip to content

Commit 69888a1

Browse files
authored
Merge pull request #17 from pharo-graphics/DropP11Packages
Drop support for Pharo 11
2 parents d49c4a0 + 936781b commit 69888a1

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

src/BaselineOfBlocBenchs/BaselineOfBlocBenchs.class.st

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ BaselineOfBlocBenchs >> baseline: spec [
3636
with: [ spec requires: #('Bloc' 'BlocBenchs-FPS' 'FFICallLogger' 'Sauco' 'SDLExperiments') ];
3737
package: 'BlocBenchs-Benchs'
3838
with: [ spec requires: #('Toplo' 'BlocBenchs-Core' 'BlocTutorialsBoids') ]
39-
].
40-
41-
spec for: #'pharo11.x'
42-
do: [
43-
spec package: 'BlocBenchs-Compatibility-P11'.
44-
]
39+
]
4540
]
4641

4742
{ #category : #'external projects' }

src/BlocBenchs-Compatibility-P11/BlockClosure.extension.st

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/BlocBenchs-Compatibility-P11/package.st

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)