Skip to content
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

Drop Python 3.6 support #550

Merged
merged 3 commits into from
Jan 10, 2022
Merged

Drop Python 3.6 support #550

merged 3 commits into from
Jan 10, 2022

Conversation

juhoinkinen
Copy link
Member

@juhoinkinen juhoinkinen commented Jan 10, 2022

The latest versions of many dependencies have dropped support for Python 3.6, so to be able to use them, also for Annif the support for Python 3.6 is dropped. See the discussion in #549.

With this PR that essentially means only removing running CI unit tests on Python 3.6 and updating the requirement in setup.py.

@juhoinkinen juhoinkinen added this to the 0.56 milestone Jan 10, 2022
@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #550 (a4af9d3) into master (1710894) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #550      +/-   ##
==========================================
+ Coverage   99.49%   99.52%   +0.03%     
==========================================
  Files          80       80              
  Lines        5313     5313              
==========================================
+ Hits         5286     5288       +2     
+ Misses         27       25       -2     
Impacted Files Coverage Δ
annif/backend/fasttext.py 100.00% <0.00%> (+2.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1710894...a4af9d3. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Jan 10, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@juhoinkinen juhoinkinen merged commit b9d8644 into master Jan 10, 2022
@juhoinkinen juhoinkinen deleted the drop-python-3.6 branch January 10, 2022 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant