Skip to content

Commit

Permalink
Preparations for python3.5 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Mar 25, 2024
1 parent 73f09dd commit d561703
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions calm/past_mistakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@
# we use regex patterns to match version provides which might have been expired,
# or not uploaded yet.
nonexistent_provides = historical_provides + [
# python3
'python35-gi',
'glade3',
# python2
'python2',
'python2-devel',
'python27',
Expand Down Expand Up @@ -199,6 +203,7 @@
'python2-cython',
'python2-wheel',
'python2-cairo-devel',
# general
'_windows',
r'perl5_\d+',
r'ruby_\d+',
Expand Down

0 comments on commit d561703

Please sign in to comment.