- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4
Migrate to py310 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    Migrate to py310 #14
Changes from 10 commits
      Commits
    
    
            Show all changes
          
          
            14 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      c7c696c
              
                extend tests to py3.10
              
              
                sjanssen2 e1551dc
              
                try to import current module OR (for older py versions) from deprecat…
              
              
                sjanssen2 92fdf87
              
                use pytest instead of nose
              
              
                sjanssen2 08a1c99
              
                change flag
              
              
                sjanssen2 39e5d77
              
                add classifiers for py3.9 and py3.10
              
              
                sjanssen2 51bb51a
              
                trigger tests for even more recent py versions
              
              
                sjanssen2 e05217a
              
                Merge pull request #2 from jlab/test_py311-py312
              
              
                sjanssen2 3a172f0
              
                add classifiers
              
              
                sjanssen2 bfc36a7
              
                Merge branch 'test_py311-py312' of github.com:jlab/qiita-files into m…
              
              
                sjanssen2 af6a435
              
                Merge branch 'migrate_py310' of github.com:jlab/qiita-files into migr…
              
              
                sjanssen2 46964c5
              
                also test old py versions
              
              
                sjanssen2 0ef315b
              
                Update qiita-plugin-ci.yml
              
              
                sjanssen2 d80ba79
              
                Update qiita-plugin-ci.yml
              
              
                sjanssen2 194f6a8
              
                Update qiita-plugin-ci.yml
              
              
                sjanssen2 File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -20,6 +20,10 @@ | |
| Programming Language :: Python | ||
| Programming Language :: Python :: 3.5 | ||
| Programming Language :: Python :: 3.6 | ||
| Programming Language :: Python :: 3.9 | ||
| Programming Language :: Python :: 3.10 | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This needs to be updated, no? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. good catch! | ||
| Programming Language :: Python :: 3.11 | ||
| Programming Language :: Python :: 3.12 | ||
| Programming Language :: Python :: Implementation :: CPython | ||
| Operating System :: POSIX :: Linux | ||
| Operating System :: MacOS :: MacOS X | ||
|  | ||
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding those, just to confirm, is it OK to leave these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I recall correctly, older plugins (qp-deblur) still run on py3.5 - so we should not remove.
Unfortunately, the test framework breaks, as pytest is not available in this old py version. I suggest to NOT test, but keep these lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found a way to avoid running coverage reports for older py versions, while still executing tests :-)